Hi there,
is there any way to know what is the "current" index value in a foreach
loop?

EX:

foreach my $var (@array)
{
        # need the index of the array
}

Thanks in advance.
-r

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to