J
jadkit
Hi,
I am on a webserver which i have only FTP access. I used a
servercheck.cgi script which tell me that there is a Perl Magick module
installed on the server. it says
5.005::i686-linux::Image::Magick
then i tried to execute scripts below
--------------------------------------------------------------
#!/usr/bin/perl
use "Image::Magick";
print "Content-Type: text/html\n\n";
print "Script ok";
--------------------------------------------------------------
and
--------------------------------------------------------------
#!/usr/bin/perl
use "5.005::i686-linux::Image::Magick";
print "Content-Type: text/html\n\n";
print "Script ok";
--------------------------------------------------------------
but they just don't work. any ideas please?????
Cheers,
Jadkit.
I am on a webserver which i have only FTP access. I used a
servercheck.cgi script which tell me that there is a Perl Magick module
installed on the server. it says
5.005::i686-linux::Image::Magick
then i tried to execute scripts below
--------------------------------------------------------------
#!/usr/bin/perl
use "Image::Magick";
print "Content-Type: text/html\n\n";
print "Script ok";
--------------------------------------------------------------
and
--------------------------------------------------------------
#!/usr/bin/perl
use "5.005::i686-linux::Image::Magick";
print "Content-Type: text/html\n\n";
print "Script ok";
--------------------------------------------------------------
but they just don't work. any ideas please?????
Cheers,
Jadkit.