Help for this page

Select Code to Download


  1. or download this
    open( WEBLOG, ">$log" );
    print WEBLOG "====================\n";
    ...
    
    }
    close(WEBLOG);
    
  2. or download this
    ====================
    GET /FOO HTTP/1.0
    ====================
    GET /FOOBAR HTTP/1.0
    ====================