in reply to Boo!

Line 20 has: for my$i, should read for my $i but ++ for the fun ;)

Update: I'm running perl 5.005_03 on redhat 7. The reason may be because of the antique version of perl I'm running.

Still, I would say that the space there also makes readbility sense.

$japh->{'Caillte'} = $me;

Replies are listed 'Best First'.
Re: Re: Boo!
by CubicSpline (Friar) on Oct 18, 2001 at 17:14 UTC
    Did that cause you to be unable to run the script? I tested it under Windows and Linux and it ran the same under both. Is that not handled by older versions of Perl? Is it bad obfu form or something?

    Just curious why the comment. =)

    Update: "Still, I would say that the space there also makes readbility sense."
    They don't call it obfuscated code for nothing! =)