in reply to RE: JAPK (just another perl koan)
in thread Is garbage collection the end?

I've been thinking and the Kloan should read: "...no one is there to hear it" So:
if( $forest{trees}rand->falls() and !defined($forest{people}) { $_ =~ /sound/ ? true : false; }

Replies are listed 'Best First'.
RE: RE: RE: JAPK (just another perl koan)
by halxd2 (Monk) on Jul 03, 2000 at 17:07 UTC
    I'm replying to myself because my post looked so poor.
    if($forest{trees}rand->falls() 
    	and !defined($forest{people})
    {
       $_ =~ /sound/ ? true : false;
    }