Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Hail Larry

by tom10animal (Monk)
on Mar 27, 2008 at 21:21 UTC ( [id://676858]=poem: print w/replies, xml ) Need Help??

#!/usr/bin/perl use warnings; use strict; my $XP = -6; sub Hail_Larry { print "Hail Larry, full of grace.\n"; print "The Camel is with thee.\n"; print "Blessed art thou amongs coders,\n"; print "and blessed is the fruit of thy mind, Perl.\n"; print "Holy Larry, Father of Perl,\n"; print "pray for us coders,\n"; print "now and at the hour our scripts abort "; print "due to a compilation of errors.\n"; print "Amen.\n"; } while($XP < 0) { &Hail_Larry; }

Replies are listed 'Best First'.
Re: Hail Larry
by zentara (Archbishop) on Mar 28, 2008 at 15:58 UTC
    Borrowing from my altar boy experience......where we devised ways to shorten the time to say a rosary.. :-)
    print "Hail Larry, full of grace.\n"; print "Slap the Python across the face\n";

    I'm not really a human, but I play one on earth. Cogito ergo sum a bum

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-19 09:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found