in reply to Perl Etymology, a Recondite List
The Full list ;)
#!/usr/local/bin/perl -lw open(PERL, "/usr/share/dict/words"); while (<PERL>) { chomp; /^([perl])/i or next; push @{lc($1)}, $_; } perl([], split //, "perl"); sub perl { my $perl = shift; my $letter = shift; for (@$letter) { perl([@$perl, $_], @_); } print join " ", @$perl; } [download]
ps | egrep root | less [download]
Palace Executive suite at the best hotel Regular hotel in a decent part of town Motel Boarding house Sleeping Bag on Couch in Basement Any port in a storm Camping under the freeway overpass Jail Other
Results (279 votes), past polls