Date: Thu, 04 Oct 2001 20:23:58 GMT From: Michael Budash Subject: Re: Skipping following lines if the same Message-Id: In article , bernard.el-hagin@lido-tech.net (Bernard El-Hagin) wrote: > [snip] > > for ( my $i = 0; $i < @data; $i++ ){ very un-perlish... use this: for my $i ( 0..$#data ) { > [snip] sorry - i couldn't resist... -- Michael Budash ~~~~~~~~~~ mbudash@sonic.net