in reply to find the element position of $scalar
for(my $i=0;$i<@array;$i++) { print("$array[$i] is the $i element\n"); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: find the element position of $scalar
by Anonymous Monk on Feb 08, 2002 at 08:41 UTC |