Help for this page

Select Code to Download


  1. or download this
    while ( defined( my $log_line = $bw->readline() ) ) {
        my ($logTime) = ($log_line =~ /^(\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{
    +2}).*ProcessHTTPRequestImpl/);
    ...
          print $log_line;
        }
    }
    
  2. or download this
    next if $log_line =~ /^$/;