Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Nested loops in HTML::Template

by ChemBoy (Priest)
on May 30, 2002 at 00:43 UTC ( [id://170264]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print $template->output;
    __DATA__
    # original template here
    
  2. or download this
    $template->param(files=>[qw (/etc/passwd /var/log/httpd/access_log) ])
    +;
    
    ...
    <TMPL_MAP name=files>
    <TD><TMPL_MAPVAR></TD>
    </TMPL_MAP>
    

Log In?
Username:
Password:

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

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

    No recent polls found