Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: AoH refs for setting HTML::Template loops

by matija (Priest)
on May 08, 2004 at 14:56 UTC ( [id://351718]=note: print w/replies, xml ) Need Help??


in reply to AoH refs for setting HTML::Template loops

I usualy create my AoH for HTML::Template like this:
while ($p=$sth->fetchrow_hashref) { push(@arr,{ # create anonymous hash aleph=>$p->{foo}, bet=>something($p->{bar}), baz=>"etc"}); }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-19 17:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found