Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Why the error?

by SilverB1rd (Scribe)
on Mar 10, 2001 at 03:27 UTC ( [id://63398]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    CGI Error
    The specified CGI application misbehaved by not returning a complete s
    +et of HTTP headers. The headers it did return are:
    Bareword "ONF" not allowed while "strict subs" in use at C:\webdev\www
    +root\cgi-bin\index.pl line 37.
    Execution of C:\webdev\wwwroot\cgi-bin\index.pl aborted due to compila
    +tion errors.
    
  2. or download this
    use CGI;  
    use strict; 
    ...
    $q->save(ONF);
    close (ONF);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-16 06:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found