Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

HTML::Template

by defyance (Curate)
on Mar 24, 2003 at 18:32 UTC ( [id://245501]=modulereview: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      <html>
      <head><title>Test Template</title>
    ...
      My Path is set to <TMPL_VAR NAME=PATH>
      </body>
      </html>
    
  2. or download this
      #!/usr/bin/perl -w
      use HTML::Template;
    ...
    
      # send the obligatory Content-Type and print the template output
      print "Content-Type: text/html\n\n", $template->output;
    
  3. or download this
      My Home Directory is /home/some/directory
      My Path is set to /bin;/usr/bin
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (6)
As of 2024-04-18 11:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found