Help for this page
use strict; use warnings; ... my $text = 'aa'; print defined($parser->startrule($text)) ? "Good!\n" : "Bad!\n";