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


in reply to Re: The Perl Film Festival
in thread The Perl Film Festival

bless $TheChild; # plain and simple $child = fork; # a little more literal, bless $child; # but much less a good idea s/the//; # I love this movie $SIG{'Slayer'} = Buffy(); sub Buffy { kill 9, $vampire; } if ($vampire = fork) { sleep 2; Buffy(); } else { print "Muhaha, I killed Buffy!"; } $destination[-1]; $legend{'fist'} # end of mine q { # quoting japhy: sub tomorrow { return; die; } } # das beautiful q { # quoting spacewarp: " " . "lost" . " "; } # das good, but "Lost in White Space" popped into my mind first q { # quoting brovnik: close(encounters/3) || kind(); } # mine would be: close($kind[2]{'encounters'});

# Dross, Professional Dullard

Replies are listed 'Best First'.
Re: Re: Re: The Perl Film Festival
by jrsmith (Pilgrim) on Apr 02, 2002 at 19:31 UTC
    $legend{'fist'}++;
    boy do i love that movie.