Help for this page

Select Code to Download


  1. or download this
    [Mon Jun 17 23:09:46 2002] [error]usage: tie @array, Tie::File, filena
    +me, [option => value]... at d:/httpd/apache/perl/velog.pl line 16
    
    [Mon Jun 17 23:24:44 2002] [error] [client 127.0.0.1]File does not exi
    +st: d:/httpd/apache/htdocs/kjh
    
  2. or download this
    [Mon Jun 17 23:09:46 2002] [error]
    usage: tie @array, Tie::File, filename, [option => value]... at d:/htt
    +pd/apache/perl/velog.pl line 16
    
    [Mon Jun 17 23:24:44 2002] [error] [client 127.0.0.1]
    File does not exist: d:/httpd/apache/htdocs/kjh
    
  3. or download this
        s/^               #start of string
          (               #start capture
    ...
          )               #end capture
          /               #end match
          $1<br>/gx;