Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I'd like to use HTML::Template (and a couple other modules) but I can't install them. Is there a way to use it as a library if it's sitting in a subdirectory of where my script is?

Replies are listed 'Best First'.
Re: Local Module Usage
by gellyfish (Monsignor) on Jun 24, 2003 at 09:39 UTC
Re: Local Module Usage
by valdez (Monsignor) on Jun 24, 2003 at 09:40 UTC

      How about if I don't have shell access?

        Put the files on the server using ftp :) I had the same problem and solved it installing HTML::Template (and File::Spec which was required and not present as well) in a local directory; then I uploaded all the files using ftp. It worked like a charm :)

        Ciao, Valerio