Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: ignoring the first element of an array

by JaWi (Hermit)
on Feb 03, 2003 at 12:30 UTC ( #232204=note: print w/replies, xml ) Need Help??


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."

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://232204]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2023-12-11 22:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (41 votes). Check out past polls.

    Notices?