Help for this page
#!/usr/bin/perl use warnings; ... my $root = $grammar->parse(\$input, 'Element'); ($$root)->dump();
1 * ... 3 * 4