in reply to Re: Hash table issue
in thread Hash table issue

thanks Zaxo , but the issue I am still having is I am using the same hash table for somthing elese . Is it better to create a new hash table or can I do the following :
foreach (keys %info{EmpNum}) { print "\t$info{$_}->[0]\t$info{$_}->[1]\t$info{$_}->[2]\t$info{$_} +->[3]\n"; }
I have $info{time} , $info{list} ...just wondering if I can use the same one. thanks

Replies are listed 'Best First'.
Re: Re: Re: Hash table issue
by Zaxo (Archbishop) on May 08, 2004 at 21:55 UTC