alphabetically ordered words by jonathan camacho

#!perl -n
print if /^a?b?c?d?e?f?g?h?i?k?l?m?n?o?p?r?s?t?u?v?w?y?$/

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page