Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Premature end of script headers (i know, i know...)

by OM_Zen (Scribe)
on Mar 05, 2003 at 16:40 UTC ( [id://240617]=note: print w/replies, xml ) Need Help??


in reply to Premature end of script headers (i know, i know...)

Hi ,

The print header; has something to do with writing to the STDOUT and using print FILEHANDLE ""; is something you do not to the STDOUT . Check for the file open status with some Carp(FatalsToBrowser) or through commandline execution
use CGI::Carp 'fatalsToBrowser'; open (FH , ">$data) || die "The file is not opened for processing + : $!";


The Carp method directs the errors to the webpage or just try running it through commandline option like showtheerrors.cgi NAME=VALUE but the Carp is a better way to do

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://240617]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-03-28 20:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found