Fish, David wrote:
> Hello!  The problem I am having is I am pulling data from a table in a
> certain order and loading it into the hash array but when I read the
> hash array it comes out in a different order than it is written.  What I
> have done as a work around, is the read the data from a file that has it
> in the correct order.  Is there away to build the hash so that it reads
> in the order it was created?  
Wouldn't a stack (essentially just an array) be better than a hash?
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to