Make sure you have created a "lib" folder in your CGI-BIN, upload the
folder(MIME)/module(Lite.pm) into it. Make sure you've set
permissions to read all, search/execute all.
Example on using Mime Lite. The following two lines go into your script:
use lib '/www/yourdomain/cgi-bin/lib';
use MIME::Lite;
>Hello everyone,
>
>I have a Perl module that is trying to use the DynaLoader module.
>
>I have installed this Module in my home directory on a Digital Unix
>system. This is because I do not have root privelege and cannot install
>these modules in the proper system folder for perl modules.
>
>I am having problems. I think my problesm are with the -I(PERL_LIB) value,
>shich is pointing to the root system folder holding all Perl modules.
>
>How can I change the (PERL_LIB) value so the program will looks in my home
>directory instead?
>
>Michael Workman
>
>
>--
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]