Help for this page

Select Code to Download


  1. or download this
    use Parse::RecDescent;
    use strict;
    ...
    my $product_list = $parser->start($text) || die "Bad Syntax";
    
    print Dumper($product_list);
    
  2. or download this
    $VAR1 = [
              {
    ...
                'quant' => '4'
              }
            ];