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

Re: HTML::Template, TMPL_LOOP problem

by amphiplex (Monk)
on Dec 10, 2003 at 14:19 UTC ( [id://313718]=note: print w/replies, xml ) Need Help??


in reply to HTML::Template, TMPL_LOOP problem

Hi !

The problem is the way you fill @radio_loop.
This should work:
foreach $key ( sort keys %rpt_tbl ) { push(@radio_loop, {rpt_no => $key, rpt_descr => $r +pt_tbl{$key}}); }

---- amphiplex

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (1)
As of 2024-04-19 00:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found