Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
  2. or download this
    use CGI(-debug);
    
  3. or download this
    use CGI qw(-debug);
    
  4. or download this
    use strict;
    
  5. or download this
    use CGI::Carp qw(fatalsToBrowser);
    #Location where they told me that this module has been installed
    use lib "/usr/ports/graphics/ImageMagick/";
    
  6. or download this
    print "Content-type:text/html\n\n";