in reply to Re: Re: perl fool - inserting text into html doc
in thread perl fool - inserting text into html doc

have you tried
use ./Template.pm;
Some modules also require that you actually install them, as opposed to just point at them, although I believe HTML::Template can simply be run this way.
Err.. nevermind what I said. Now that I look closely at your post I realize that you probably have shell access and can just install the module locally (see below). Which is what you SHOULD do. I tend to forget that since my website doesn't allow telnet or ssh.

Replies are listed 'Best First'.
Re: Re: Re: Re: perl fool - inserting text into html doc
by Fletch (Bishop) on Apr 02, 2002 at 20:00 UTC

    ITYM use lib "/my/lib/dir"; use Template;.

    See also perldoc perlmodinstall and perldoc -q 'my own module' for more details.

Re: Re: Re: Re: perl fool - inserting text into html doc
by archen (Pilgrim) on Apr 03, 2002 at 01:00 UTC
    < delete >
    feh.... mozilla is not my friend today..