Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Perl Etymology, a Recondite List

by tantarbobus (Hermit)
on Oct 08, 2004 at 19:27 UTC ( [id://397754]=note: print w/replies, xml ) Need Help??


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; }

Replies are listed 'Best First'.
Re^2: Perl Etymology, a Recondite List
by SpanishInquisition (Pilgrim) on Oct 08, 2004 at 19:55 UTC
    perl emacs ruby lisp!
      python emacs ruby lisp?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://397754]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-16 05:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found