Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Tribute to Red Green

by kutsu (Priest)
on May 31, 2003 at 04:07 UTC ( [id://262031]=note: print w/replies, xml ) Need Help??


in reply to Tribute to Red Green

I have two, I like the second better:

my $man = "yes"; print "I can change, I guess" if $man = "yes";

my $tool = "duct tape"; my $job = "any"; if ($job = "any"){ use $tool; }

This is my first poem, but I had to post for Red Green, I love that show


"Pain is weakness leaving the body, I find myself in pain everyday" -me

Replies are listed 'Best First'.
Re: Re: Tribute to Red Green
by gilbert0 (Monk) on May 31, 2003 at 18:23 UTC
    hi, I dont want to ruin the content of you poem, but shouldn't that be :
    print "I can change, I guess" if $man eq "yes";

    and:
    if ($job eq "any"){ use $tool; }

      Oops, I was tired when I posted that, so I guess I missed it


      "Pain is weakness leaving the body, I find myself in pain everyday" -me

Re: Re: Tribute to Red Green
by tedrek (Pilgrim) on Jun 01, 2003 at 00:31 UTC
    And the OO version :)
    #Bow your heads for the mens prayer $I->{m} = a man; but($I->can('change')) if ($I->have_to() && $I->guess());

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-24 05:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found