wimvanherp
Programmer
I thought i had seen it somewhere but i cannot find it anymore, how do i have access to the index of an array when i am scrolling through it with foreach ?
my @list;
my $item;
my $index;
foreach $list(@list)
{
$index = ????
}
Wim Vanherp
Wim.Vanherp@belgacom.net
my @list;
my $item;
my $index;
foreach $list(@list)
{
$index = ????
}
Wim Vanherp
Wim.Vanherp@belgacom.net