Help for this page
#!/usr/bin/perl print "Content-type: text/plain\n\n"; print "It works!\n";
#!/usr/bin/perl use Image::Magick; print "Content-type: text/plain\n\n"; print "It still works!\n";