View Single Post
Old 08-11-2007, 09:29 PM  
sortie
Confirmed User
 
sortie's Avatar
 
Industry Role:
Join Date: Mar 2007
Posts: 7,771
See if you can run this perl script:

If not, then there is no point in re-writing in perl.


#!/usr/bin/perl
use Image::Magick;
use LWP;
use LWP::Simple;
use URI::Escape 'uri_escape';
require LWP::UserAgent;
use HTTP::Request::Common;
require HTTP::Headers;


print "content-type: text/html\n\n Hello";

exit;



BTW: if that script cannot run on your server then your host is pathetic.
__________________
sortie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote