Re: Reference Hash to an array

2003-07-08 Thread Rob Dixon
Gene Mat wrote: > Hi I trying out a new module. Everything is working execpt I can seem to > list out a reference hash to an array. How can I print out the contents of > the array? > > I am able to get the all the keys of refrence hash by just using a > > foreach tag (keys %$

RE: Reference Hash to an array

2003-07-07 Thread Gupta, Sharad
Mat [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 3:43 PM To: [EMAIL PROTECTED] Subject: Reference Hash to an array Hi I trying out a new module. Everything is working execpt I can seem to list out a reference hash to an array. How can I print out the contents of the array? I am able

Reference Hash to an array

2003-07-07 Thread Gene Mat
Hi I trying out a new module. Everything is working execpt I can seem to list out a reference hash to an array. How can I print out the contents of the array? I am able to get the all the keys of refrence hash by just using a foreach tag (keys %$REFHASH) {"print $tag $tag{$REFHASH}&qu