On Tue, 18 Sep 2001, Andrea Holstein wrote:
> Try
> for (my $i=0, my $var = $array[$i]; $i < @array; $i++, $var =
> $array[++$i]) {
> ...
> }
Good Heavens! Why would you go to all of that trouble when a simple
foreach will do?
-- Brett
http://www.chapelperilous.net/
------------------------------------------------------------------------
Power is the finest token of affection.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Index of foreach Rasoul Hajikhani
- Re: Index of foreach Brett W. McCoy
- Re: Index of foreach P lerenard
- Re: Index of foreach Andrea Holstein
- Re: Index of foreach Brett W. McCoy
- Re: Index of foreach Andrea Holstein
- Re: Index of foreach Brett W. McCoy
- Re: Index of foreach Rasoul Hajikhani
- Re: Index of foreach Andrea Holstein
