Help for this page

Select Code to Download


  1. or download this
    /blah/cgi-bin/search
    
  2. or download this
    open LOGFILE, ">>search_log";
    print LOGFILE "stuff\n";
    close LOGFILE;