in reply to Re^6: Can call array but not index of an array in subroutine?!
in thread Can call array but not index of an array in subroutine?!
But if I use this loop I get the required values from the array.for ($i=0; $i >= 1000; $i++) { print STDOUT ("$Bxcoord[$i]"); }
many thanks in advance! regards Danfor ($i=0; $i >= -1000; $i--) { print STDOUT ("$Bxcoord[$i]"); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Can call array but not index of an array in subroutine?!
by Corion (Patriarch) on Apr 03, 2009 at 14:12 UTC |