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]

Reply via email to