Help for this page

Select Code to Download


  1. or download this
    use CGI qw/:standard/;   # you already did this!
    use CGI::Carp qw(fatalsToBrowser warningsToBrowser);
    print header;   # and now you have sent a print header
    warningsToBrowser(1);
    
  2. or download this
    use strict;