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