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{$keys}\t";
       }
   print "\n";
}

Its  does not return me anything. Please let me know if there is a  better
way to handle it.

Thanks and cheers always!!
Murli



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to