Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

3Re: HTML::Template - complex sites

by jeffa (Bishop)
on Sep 01, 2003 at 19:44 UTC ( [id://288185]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    ...
    
    </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl -T
    
    ...
       ],
    );
    print header, $tmpl->output;
    
  3. or download this
    <html>
    <head>
    ...
    
    </body>
    </html>
    
  4. or download this
    <h1>hello world</h2>
    
    <tmpl_include menu.tmpl>
    
  5. or download this
    <h1>goodbye world</h1>
    
  6. or download this
    <ol>
    <tmpl_loop menu>
    <li><a href="<tmpl_var url>"><tmpl_var item></a></li>
    </tmpl_loop menu>
    </ol>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-03-29 10:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found