Help for this page

Select Code to Download


  1. or download this
    Unquoted string "hr" may clash with future reserved word at ./search.c
    +gi line 116.
    Bareword "RIGHT" not allowed while "strict subs" in use at ./search.cg
    +i line 108.
    ...
    Unquoted string "hr" may clash with future reserved word at ./search.c
    +gi line 131.
    Execution of ./search.cgi aborted due to compilation errors.
    
  2. or download this
    #!/usr/local/bin/perl -wT
    use strict;
    ...
               );
        print hr; #line 131
        print end_html;