Help for this page
my $p2 = Parse::RecDescent->new(q( hyphen : "-" ... )); $p2->Format('a-'); $p2->Format('-a');
$VAR1 = { 'Post' => '-', '__RULE__' => 'Entry' };
$VAR1 = { 'Post' => 'a-', ... '__RULE__' => 'Entry' };