Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Preserving hash structure after subroutine call

by suaveant (Parson)
on May 13, 2003 at 21:35 UTC ( [id://257906]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Preserving hash structure after subroutine call
in thread Preserving hash structure after subroutine call

well... try
while(my $row = $sth->fetchrow_hashref() && my %row = %$row)
or something similar. Copy the row hash.

                - Ant
                - Some of my best work - (1 2 3)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://257906]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-03-28 23:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found