Perl gurus Perl Modules question
I am making a script, and while everything works okay on my desktop system, when I install the working script to the server and chmod it, I get a 500 configuration error
I think it is the user call to the modules (causing the problem)
I am pretty sure that they (the modules) are on the server as other scripts on the webserver use them (I think)
anyway here they are;
[#!/usr/bin/perl
use LWP::UserAgent;
use HTML::LinkExtor;
use URI::URL;]
Maybe I am missing something?
__________________
...
|