in reply to Why is my CGI.pm script trying to assign data before pressing submit.
while (!defined $report) { $count=$count+1 if ($count == 1) { "7.) What do you want to name the report:", textfield('report'), } else { "7.) You MUST Supply report Name:", textfield('report'), } }
|
|---|