Re: unwinding hash or what it is?

2002-02-14 Thread Chas Owens
On Thu, 2002-02-14 at 10:46, [EMAIL PROTECTED] wrote: > On Thu, Feb 14, 2002 at 10:40:20AM -0500, Chas Owens wrote: > > On Thu, 2002-02-14 at 10:19, Martin A. Hansen wrote: > > > > > > hi > > > > > > i have inherited this piece of code and i have been wondering hard about how i >can print the d

Re: unwinding hash or what it is?

2002-02-14 Thread Martin A. Hansen
On Thu, Feb 14, 2002 at 10:40:20AM -0500, Chas Owens wrote: > On Thu, 2002-02-14 at 10:19, Martin A. Hansen wrote: > > > > hi > > > > i have inherited this piece of code and i have been wondering hard about how i can >print the different @records returned from the subroutine? im not even sure w

Re: unwinding hash or what it is?

2002-02-14 Thread Chas Owens
On Thu, 2002-02-14 at 10:19, Martin A. Hansen wrote: > > hi > > i have inherited this piece of code and i have been wondering hard about how i can >print the different @records returned from the subroutine? im not even sure whats on >my hand here. is this a hash of arrays or a hash of array re

unwinding hash or what it is?

2002-02-14 Thread Martin A. Hansen
hi i have inherited this piece of code and i have been wondering hard about how i can print the different @records returned from the subroutine? im not even sure whats on my hand here. is this a hash of arrays or a hash of array references? and how do i unwind those? martin, beginning perl