Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Lumberjack

by benn (Vicar)
on Aug 07, 2003 at 11:58 UTC ( [id://281850]=poem: print w/replies, xml ) Need Help??

Well...I thought that at some point in my Perl Poetry I should use the old apostrophe package identifier thing, and I just happened to be singing this *as the thought popped into my head* ...:) Runs under strict & warnings too, for extra brownie points.
#!/usr/bin/perl package I; sub m {print "I'm $_[0]\n";} sub AUTOLOAD {print "$AUTOLOAD $_[0]\n";} 1; package He; sub s {print "He's $_[0]\n";} sub AUTOLOAD {print "$AUTOLOAD $_[0]\n";} 1; package main; sub AUTOLOAD {our $AUTOLOAD=~s/main:://;print "and $AUTOLOAD $_[0]\n"; +} sub Wednesday {print "On Wednesdays ";} I'm("a lumberjack") && I'm("OK"); I::sleep("all night") && I::work("all day"); I::chop("down trees"),I::eat("my lunch"); I::go("to the lavatory"); if (Wednesday()) {I::go("shopping") && have("buttered scones for tea") +;} He's("a lumberjack") && He's("OK"); He::sleeps("all night") && He::works("all day"); He::chops("down trees"),He::eats("his lunch"); He::goes("to the lavatory"); if (Wednesday()) {He::goes("shopping") && has("buttered scones for tea +");}
...etc.

Cheers, Ben.

Replies are listed 'Best First'.
Re: Lumberjack
by belg4mit (Prior) on Aug 07, 2003 at 16:16 UTC
      Oh most excellent - I hadn't spotted that before - ++Petruchio.

      Ben.

      I don't own a TV, but I play with Belgians.

Re: Lumberjack
by ctilmes (Vicar) on Aug 07, 2003 at 13:16 UTC
    >I::go("to the lavatory");

    This is actually "to the lavatree". :-)

      It's spelled 'Raymond luxury yacht' but it's pronounced 'Throat warbler mangrove' :).
      Well, according to "The Fairly Incomplete & Rather Badly Illustrated Monty Python Songbook (with complete instructions on how to play the piano)" it's 'lavatory' - I'd like it to be 'lava-tree', but wouldn't that be rather painful on the backside?..:)

      Ben.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: poem [id://281850]
Approved by phydeauxarff
Front-paged by jeffa
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: (2)
As of 2024-04-19 19:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found