in reply to Re: Hash table issue
in thread Hash table issue
I have $info{time} , $info{list} ...just wondering if I can use the same one. thanksforeach (keys %info{EmpNum}) { print "\t$info{$_}->[0]\t$info{$_}->[1]\t$info{$_}->[2]\t$info{$_} +->[3]\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Hash table issue
by Zaxo (Archbishop) on May 08, 2004 at 21:55 UTC |