in reply to Re: help on hashes
in thread help on hashes

You might want to test your code before posting.. try this instead..

foreach my $row (@rows){ foreach my $key (keys %$row){ print "$key: $row->{$key}\n"; } }

Replies are listed 'Best First'.
Re: Re: Re: help on hashes
by Anonymous Monk on May 12, 2003 at 14:46 UTC
    thanks a bunch , this did it work , great help , the code that i pasted was a very quick one and i was playing around with the last three lines in my code ,and i just pasted what i had so that you guys could get a idea of where i was heading , but really thanks alot

      I was actually referring to zby's code where a lil bit was missing but has been fixed up now.

      cheers,

      J