Help for this page
#!/usr/bin/perl use strict; use warnings; ... print "matched: $matched\n"; print "non_matched: $non_match\n";
matched: 15 non_matched: 45