Help for this page
2 0 a
input a
use Parse::RecDescent; ... my $parser = new Parse::RecDescent($grammar) or die "Bad Grammar"; $parser->rule($text);