in reply to Befuddled by The Llama
$in[$count] = <STDIN>; while ($in[$count] !~ /q/i { print "\nPlease enter a number: "; chomp($in[$count]"; count++; $in[$count] = <STDIN>; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Befuddled by The Llama
by parv (Parson) on May 31, 2004 at 00:40 UTC | |
Re: Re: Befuddled by The Llama
by TomDLux (Vicar) on May 31, 2004 at 00:35 UTC |