in reply to if $bard...

Titus Andronicus Act 2 Scene 1:
Aaron: I will be bright, and shine in Perl (and gold),

--
Brother Frankus.

Replies are listed 'Best First'.
Re: Re: if $bard...
by jojo (Initiate) on Apr 20, 2001 at 06:18 UTC
    #!/usr/bin/perl -wT use strict; @needs = (25, 10, 5); foreach $count(@needs) { $reason = !evalneed($count); } evalneed(1); return 0;