in reply to
print part of an array
yes, much like what chromatic said,
@array[4..$#array]
will return a list of all the values from index 4 to the end.
- Ant
Comment on
Re: print part of an array
Download
Code
In Section
Seekers of Perl Wisdom