Help for this page

Select Code to Download


  1. or download this
      #print "Content-type: image/gif\n\n";
  2. or download this
      #!/usr/bin/perl
      print "Content-type: text/plain\n\n";
      print "It works!\n";
    
  3. or download this
      #!/usr/bin/perl
      use Image::Magick;
      print "Content-type: text/plain\n\n";
      print "It still works!\n";