NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Lisp? (Score:4, Funny)
-Dom
Re:Lisp? (Score:4, Funny)
Eh? I think you used the wrong 4 letter word there. Like parrot, I'm currently assuming that a copy of perl5 exists for the bootstrapping process:
perl -MFile::Find -e 'find (sub {my $old = $_; return unless s/ruby/perl6/g; rename $old, $_ or warn "$old: $!"}, @ARGV)'Reply to This
Parent