Beefy Boxes and Bandwidth Generously Provided by pair Networks DiBona
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Perl Etymology, a Recondite List

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

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


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 15: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
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.