Help for this page

Select Code to Download


  1. or download this
    my $p2 = Parse::RecDescent->new(q(
                                    hyphen     : "-"
    ...
    ));
    $p2->Format('a-');
    $p2->Format('-a');
    
  2. or download this
    $VAR1 = {
              'Post' => '-',
              '__RULE__' => 'Entry'
            };
    
  3. or download this
    $VAR1 = {
              'Post' => 'a-',
    ...
              '__RULE__' => 'Entry'
            };