Help for this page
my $p = Parse::RecDescent->new(<<'__END_OF_GRAMMAR__'); ... ELEM : /\S+/ __END_OF_GRAMMAR__