To: <[EMAIL PROTECTED]>
Sent: Monday, September 10, 2001 2:48 PM
Subject: STDIN loop help
> Hello -
>
> I am trying to put an @array in a loop that stores STDIN. Every time I
run
> my program I can't get out of the loop. Is there a command that push
Hello -
I am trying to put an @array in a loop that stores STDIN. Every time I run
my program I can't get out of the loop. Is there a command that pushes the
program out of the loop or do I need to use $
print "Please enter 10 integer values.\n";
$i = 1;
while ($i <= 10)