Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Problems Setting Up Apache::Template

by ignatz (Vicar)
on Mar 14, 2003 at 19:44 UTC ( [id://243160]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ## /usr/local/www/docroot/simple.tt2 line 1 : [% INCLUDE simpletop.tt2
    + %] ##
    <html><head><title>Simple</title></head><body>
    <h2>yadayadayada</h2>
    ...
    
    ## /usr/local/www/docroot/simple.tt2 line 11 : [% INCLUDE simplebottom
    +.tt2 %] ##
    </body></html>
    
  2. or download this
    [% INCLUDE simpletop.tt2 %]
    <h2>yadayadayada</h2>
    
    ...
    [% END %]
    
    [% INCLUDE simplebottom.tt2 %]
    
  3. or download this
    <html><head>
    <title>Simple</title></head><body>
    
  4. or download this
    </body>
    </html>
    
  5. or download this
    PerlModule Apache::Template
    
    TT2EvalPerl     On
    ...
        SetHandler      perl-script
        PerlHandler     Apache::Template
    </Location>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-04-19 00:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found