Help for this page

Select Code to Download


  1. or download this
    # first of all, adjust array subscripts, as suggested by arunhorne;
    # then set $header[0] ;
    ...
      $header = <LOG> ;
      $header =~ /^".*\\(.*)"$/ and push @header, $1 ;
    }