in reply to Re^5: Can call array but not index of an array in subroutine?!
in thread Can call array but not index of an array in subroutine?!
What do you consider a "negative array"? Is it:
If you're wondering, you can access Perl arrays with positive and negative values for the index, where positive values count from the front and negative values count from the end of the array.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Can call array but not index of an array in subroutine?!
by fraizerangus (Sexton) on Apr 03, 2009 at 14:02 UTC | |
by Corion (Patriarch) on Apr 03, 2009 at 14:12 UTC |