Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Re: The Perl Film Festival

by Dross (Acolyte)
on Jun 28, 2001 at 14:12 UTC ( [id://92228]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://92228]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-03-29 08:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found