View Single Post
Old 03-20-2002, 05:20 PM  
Rip
Confirmed User
 
Join Date: Jan 2001
Location: somewheres wet
Posts: 1,456
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?
__________________
...
Rip is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote