Help for this page
#!/usr/bin/perl use strict; use warnings; use 5.014; ... GRAMMAR print "Valid data\n" if defined($parser1->startrule($text));