Re: Keeping hash in insertion order, using Tie-IxHash

2002-09-27 Thread Carl Jolley
On Thu, 26 Sep 2002, Gary Nielson wrote: > I have an array I've created that contains 10 years of annual eps data for > companies. A perl script then calculates the percentage growth rate from > year to year and pushes the results into @results. > > I then combine the two arrays into a hash (usin

Re: Keeping hash in insertion order, using Tie-IxHash

2002-09-26 Thread $Bill Luebkert
Gary Nielson wrote: > I have an array I've created that contains 10 years of annual eps data for > companies. A perl script then calculates the percentage growth rate from > year to year and pushes the results into @results. > > I then combine the two arrays into a hash (using tutorial I found a

Keeping hash in insertion order, using Tie-IxHash

2002-09-26 Thread Gary Nielson
I have an array I've created that contains 10 years of annual eps data for companies. A perl script then calculates the percentage growth rate from year to year and pushes the results into @results. I then combine the two arrays into a hash (using tutorial I found at http://tlc.perlarchive.com/a