Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
      warn "ERR - $err\n";
      exit 1;
    }
    
  2. or download this
    #!/usr/bin/perl
    print "Content-Type: text/html\n\nWe have ignition!"
    ...
    print "Roger Houston testing Carp with typo now
    
    etc