Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: Options for SS Includes when HTML::Template is unavailable

by Gilimanjaro (Hermit)
on Aug 13, 2004 at 08:50 UTC ( [id://382576]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Options for SS Includes when HTML::Template is unavailable
in thread Options for SS Includes when HTML::Template is unavailable

HTML::Template seems to be pure-purl, and just needs the one .pm, so:
  • create a dir in your home called lib (for example)
  • create a dir named HTML in lib/ (so now we have lib/HTML)
  • copy a recent Template.pm into the new dir
  • add a use lib '/myhome/lib' in your script
And you should be all set...

Am I to assume your scripts are all cgi's? If you expect a lot of traffic on your scripts, you may be able to persuade your provider/administrator to activate mod_perl to alleviate the server load...

Log In?
Username:
Password:

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

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

    No recent polls found