Help for this page

Select Code to Download


  1. or download this
    my $parse_log_entry = qr/^($dateRegex.*?)(?=(?:^$dateRegex|\z))/ms;
    
  2. or download this
    my $current;
    while ( <DATA> ) {
    ...
      }
    }
    process( $current ) if defined $current;