Adaptation & Paraphrase of Song from Shreck (I can't remember the author or the two who sang it):

use We::Need; my $hero = We::Need->new('hero'); my $success = $hero->set( SIZE => 'bigger than life', CHARACTER => 'up to the fight', PERSEVERENCE => 'wont give up', STRENGTH => 'stronger than steel', ENDURANCE => 'won't tire', ); if($success) { $myNights = 'Ill sleep through the night'; $myVision = 'In the early morning light, Ill feel safe'; $i = 'can make it through the day'; } else { $i = 'cant make it through the day'; } if($i == 'can make it through the day') { exit(0); } else { exit(1); }
ack Albuquerque, NM

Replies are listed 'Best First'.
Re: New Hero
by zentara (Cardinal) on Mar 20, 2009 at 14:57 UTC