Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: array question

by AndyZaft (Hermit)
on Jun 30, 2010 at 14:04 UTC ( [id://847344]=note: print w/replies, xml ) Need Help??


in reply to array question

You mean you want to discard the first array element? In which case one way to do it is:
for ($i = 1; $i < 10; $i++) { print $array[$i]; }
Starting at 1 because first element's index is 0.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-04-19 01:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found