#!/usr/bin/perl use strict; # make sure these are on, you will have to declare all + your variables now use warnings; # use 5.006; use CGI::Carp qw( fatalsToBrowser warningsToBrowser ); # this will le +t you see your script problems $| = 1; # continuously flush the print buffer print "Content-type: text/html\n\n"; # move this to the top so your +web browser will display error messages &form_parse; $firstnumber = $FORM{'firstnumber'}; $secondnumber = $FORM{'secondnumber'}; $operation = $FORM{'operation'}; &printconfirmation;
In reply to Re: Help!! Premature ending of script headers?
by ~~David~~
in thread Help!! Premature ending of script headers?
by girl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |