http://qs321.pair.com?node_id=232204


in reply to ignoring the first element of an array

Hi,

You could do this:

my $well; foreach ( 1..$#derivative ) { $well = $derivative[ $_ ]; # blah blah blah }
Hope it helps,

-- JaWi

"A chicken is an egg's way of producing more eggs."