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);
    }