On 4/3/06, Andrej Kastrin <[EMAIL PROTECTED]> wrote: > I need to re-sort a set of data. I think that the below example is self > explained; so which Perl structure should I use to handle this dataset?
Perl has two data structures. Arrays hold items in order, while hashes keep track of their data through keys, which have no implied order. So, if you want to keep data items in order, use an array. Hope this helps! --Tom Phoenix Stonehenge Perl Training -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>