[OT: perl] RE: [Funge] hello?
Brought to you by:
vsync
|
From: Jeff 'j. P. <ja...@pe...> - 2003-12-01 14:23:18
|
Daniel, you posted some obfuscated Perl, and it doesn't run properly with
my version (5.8.0). It's due to
${-$%}
which is being treated as ${'-0'} instead of ${-0} which would be $0.
Maybe Perl 5.8.1 has addressed and fixed this. It works in Perl 5.005_03.
--
Jeff "japhy" Pinyan ja...@po... http://www.pobox.com/~japhy/
RPI Acacia brother #734 http://www.perlmonks.org/ http://www.cpan.org/
<stu> what does y/// stand for? <tenderpuss> why, yansliterate of course.
[ I'm looking for programming work. If you like my work, let me know. ]
|