Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Abstracting away layout details when using large HTML::Template-based sites?

by ww (Archbishop)
on Dec 08, 2007 at 16:06 UTC ( [id://655840]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    # 655823
    
    ...
    # spit out the page
    
    print $layout->output();
    
  2. or download this
    <html>
     <head>
      <title><!-- tmpl_var name='title' --></title>
    ...
     <!-- tmpl_var name='page' -->
     </body>
    </html>
    
  3. or download this
    <html>
     <head>
      <title>STEVE</title>
    ...
     <p>Imagine content here ..</p>
     </body>
    </html>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-16 14:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found