http://qs321.pair.com?node_id=262031


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());