See inline comments.
On Thu, 14 Nov 2002 11:22:09 -0800, "T. Murlidharan Nair" <[EMAIL PROTECTED]> wrote:
> Hi!!
> I am retriving data in a while loop using fetchrow_hashref
> How do I assign it to another hash. I am try
> -Original Message-
> From: T. Murlidharan Nair [mailto:nair@;sdsc.edu]
> Sent: Thursday, November 14, 2002 2:22 PM
> To: [EMAIL PROTECTED]
> Subject: fetchrow_hashref
>
>
> Hi!!
> I am retriving data in a while loop using fetchrow_hashref
> How do I as
Hi!!
I am retriving data in a while loop using fetchrow_hashref
How do I assign it to another hash. I am trying the following
while (my %hashRef =$sth->fetchrow_hashref()){
foreach $keys (keys %hashRef){
print $keys;
print "$hashRef{