Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: Foreach Loops

by cog (Parson)
on Mar 15, 2005 at 19:11 UTC ( [id://439719]=note: print w/replies, xml ) Need Help??


in reply to Re: Foreach Loops
in thread Foreach Loops

And, of course, the previous line is available at $arr[$x - 1]

(unless we're talking $x == 0)

Replies are listed 'Best First'.
Re^3: Foreach Loops
by Anonymous Monk on Mar 16, 2005 at 15:19 UTC
    Well, if you consider arrays to be circular, if $x == 0, then $arr[$x - 1] is the last element. Which would be just right. Unfortunally, it doesn't work the way. $arr[$#arr + 1] isn't the same as $arr[0].

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-25 18:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found