in reply to Re: Printing an array using while loop
in thread Printing an array using while loop
my $counter = 0; while($counter <= $#array) { #do your thing $counter++; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Printing an array using while loop
by chromatic (Archbishop) on Oct 21, 2007 at 21:10 UTC |