Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: ignoring the first element of an array

by JaWi (Hermit)
on Feb 03, 2003 at 12:30 UTC ( [id://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 drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-24 05:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found