Help for this page

Select Code to Download


  1. or download this
    my $grammar = q{
        transaction:    date
    ...
    
    # My output...
    # $VAR1 = 'Oct 31,';
    
  2. or download this
    my $grammar = q{
        transaction:    date
    ...
                        \s+ PCKLog \s+ log
                       /x
    };