Software error: Can't locate Image/Magick.pm in @INC (@INC contains: /usr/ports/graphics/ImageMagick/ /usr/local/lib/perl5/5.8.3/i386-freebsd /usr/local/lib/perl5/5.8.3 /usr/local/lib/perl5/site_perl/5.8.3/i386-freebsd /usr/local/lib/perl5/site_perl/5.8.3 /usr/local/lib/perl5/site_perl .) at test.pl line 9. BEGIN failed--compilation aborted at test.pl line 9. #### #!/usr/bin/perl use CGI(-debug); use strict; use CGI::Carp qw(fatalsToBrowser); #Location where they told me that this module has been installed use lib "/usr/ports/graphics/ImageMagick/"; use Image::Magick; print "Content-type:text/html\n\n"; print "test";