http://qs321.pair.com?node_id=63191


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