in reply to Re^2: Perl ImageMagick
in thread Perl ImageMagick

#!/usr/bin/perl use strict; use warnings; print "Content-type: text\/plain\n\n"; `locate ImageMagick`;

Save that as a CGI in your account space, hit the appropriate URL, see what it says. Or go whole hog and install perldiver.