http://www.perlmonks.org?node_id=397754


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?