#print "Content-type: image/gif\n\n"; #### #!/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";
## #!/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";