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

I'm replying to myself because my post looked so poor.
if($forest{trees}rand->falls() 
	and !defined($forest{people})
{
   $_ =~ /sound/ ? true : false;
}
  • Comment on RE: RE: RE: JAPK (just another perl koan)