in reply to Re^2: how many elements in array?
in thread how many elements in array?
Helpful in a loop as in:
for ( 0 .. $#one ) { ...do stuff to each element... }
—Brad
"The important work of moving the world forward does not wait to be done by perfect men." George Eliot
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: how many elements in array?
by Limbic~Region (Chancellor) on Apr 18, 2005 at 13:11 UTC |
In Section
Seekers of Perl Wisdom