in reply to Local Module Usage

Yes, of course :) Please read A Guide to Installing Modules in Tutorials.

Ciao, Valerio

Replies are listed 'Best First'.
Re: Re: Local Module Usage
by Anonymous Monk on Jun 24, 2003 at 09:54 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

        I was just trying this. So would I just place them in directories like ./modules/HTML/Template.pm and then use lib './modules/'; ? Is there anything more to it? Thanks