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


in reply to Code to a Reaped Node

Your obfuscated is very good but I found a syntax error at the end near :
$n=int(rand 5)if($n==0)
Which should be :
$n=int(rand 5);if($n==0)

BobiOne (PERL bless me)

Replies are listed 'Best First'.
Re: Re: Code to the Reaped Node
by magnus (Pilgrim) on Feb 22, 2001 at 20:49 UTC
    thanks... corrected

    magnus