You can always use your own modules by placing them in a directory in your
cgi-bin (I usually make one called "lib"). In your shebang line, you use
the -I switch to include that directory in Perl's hunt for modules. ie, if
I have a module MyModule.pm in cgi-bin/lib, I can access it thusly:
#!/usr/bin -I./lib
use MyModule;
done!
the only problem will be if a module requires funky processing with make,
etc. Then you'd have to have root access to the server, which you probably
can't get, and you'll have to ask your provider to install the module for you.
At 10:50 21.06.2001 +0200, you wrote:
>Dear subscribers,
>
>I am having trouble using LWP::Simple with my hosting provider. They do
>not seem to have LWP.pm installed (in the right location). Is it not a
>very common module to have installed? Could I theoretically install it
>myself (in my home dir) and use it from there?
>
>Is there a viable alternative? I only use it to grab some remote HTML.
>
>Any help is appreciated.
>--
>martijn van exel -- [EMAIL PROTECTED] -- http://huizen.dds.nl/~mvexel/
Aaron Craig
Programming
iSoftitler.com