in reply to
how can I collect x many elements from an array?
You could unpack all 33 into a single var and then mess w/ it later:<code> (@gids) = split(//, $gids_string); <code>
a
Comment on
Re: how can I collect x many elements from an array?
In Section
Seekers of Perl Wisdom