Help for this page

Select Code to Download


  1. or download this
    use CGI;
    
       BEGIN {
    ...
    
    print $query->header;
    prnt "hello";
    
  2. or download this
    Execution of /home/xxxx/xxxx/web/cgi-bin/xx.cgi aborted due to compila
    +tion errors.
    
  3. or download this
    [Sun May 20 12:04:58 2001] carp.cgi: Unquoted string "prnt" may clash 
    +with future reserved word at /home/xxxxx/xxxx/web/cgi-bin/xx.cgi line
    + 15.
    [Sun May 20 12:04:58 2001] xx.cgi: String found where operator expecte
    +d at /home/xxxxx/xxxx/web/cgi-bin/xx.cgi line 15, near "prnt "hello""
    ...
    syntax error at /home/xxxxx/xxxx/web/cgi-bin/xx.cgi line 15, near "prn
    +t "hello""
    Unmatched right bracket at /home/xxxx/xxxxx/web/cgi-bin/xx.cgi line 16
    +, at end of line
    [Sun May 20 12:04:58 2001] xx.cgi: Execution of /home/xxxxx/xxxx/web/c
    +gi-bin/xx.cgi aborted due to compilation errors.