Help for this page

Select Code to Download


  1. or download this
    use CGI qw/:standard/;
    use CGI::Carp qw( fatalsToBrowser );
    ...
    
    "7.) What do you want to name the report:",
    textfield('report'),
    
  2. or download this
    # Make sure a report name is defined
     
    ...
    if (!defined($report)) {
        die "You must supply a filename.\n";
    }