Help for this page

Select Code to Download


  1. or download this
    if (/\-+ [A-Za-z]{3} (.*?) (.*?) (.*?)\:(.*?)\:(.*?) (\d+)::(\d+)::Lau
    +nching the JVM with following options/) {
        ...
    
  2. or download this
    # Declaration
    my $m = 1;
    ...
    
    # Later in the code:
    $month = sprintf '%02d', $MONTH{$1};