|
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.
|