On Monday, March 10, 2003 10:51 AM,
[EMAIL PROTECTED] wrote:
> Sensitivity: Private

Not entirely sure why you're flagging a message sent to a public mailing
list as "private", but hey.

> I've recently run into a problem, tho - I am working on a webserver I
> have no control over (and, therefore, can't install HTML::Template on
> via PPM).

If you have access to the server then you should be able to create your
own library. See the Perl FAQ, "How do I keep my own module/library
directory?", (the command is "perldoc -q library")

> Is it possible for me take the Template.pm file [...] and put it in a
> HTML directory in my user cgi-bin and use it that way?

You really, really, really should *not* put modules in your cgi-bin. Put
them somewhere outside your document tree instead.

Since H::T is pure perl, you should be able to install it on your web
server. You must use its complete relative path, HTML/Template.pm (i.e.
create a subdirectory "HTML" and put the Template.pm file in there).

Chris



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to