Hi,

Our website is hosted on a remote commercial web server. I would like to
install some perl modules, however, as it is not our server, the only option
is to install them in our cgi-bin.

I did all the MakeFile.pl etc on our linux server and then ftp'd the modules
and lib files etc. to the remote server.

On the top of my perl script I used the following (and many other path
combinations), and just keep getting internal server errors:

use lib qw(/cgi-bin/modules/XML-Generator-0.93/);
use XML::Generator qw(Generator.pm);

Any ideas why this wont work?

Have I done the MakeFile incorrectly? Or is there something wrong with my
path to the xml module?


Any help appreciated!

Thanks,
N

_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to