hello,
i had my ISP install Image::Magick and PerlMagick;
the mod doesn't work.
i am going under the assumtion that, if you were to run a script like this:
#!/usr/bin/perl
use Image::Magick;
print "Content-Type: text/html\n\n";
print "Hello World!";
it would print "Hello World" if the mod was functional and return a 500 server error if not.
all of the sample scripts and everything i've tried have failed. my title says "programmer" but obviously, i'm no guru.
can anyone help me figure out how to check that the mod exists and that it functions properly? i suspect that they may not have installed PerlMagick which is the interface between Perl and Image::Magick.
thanks,
rob
i had my ISP install Image::Magick and PerlMagick;
the mod doesn't work.
i am going under the assumtion that, if you were to run a script like this:
#!/usr/bin/perl
use Image::Magick;
print "Content-Type: text/html\n\n";
print "Hello World!";
it would print "Hello World" if the mod was functional and return a 500 server error if not.
all of the sample scripts and everything i've tried have failed. my title says "programmer" but obviously, i'm no guru.
can anyone help me figure out how to check that the mod exists and that it functions properly? i suspect that they may not have installed PerlMagick which is the interface between Perl and Image::Magick.
thanks,
rob