Help for this page
print "match\n" if (/(\d{1,3})%/, $1>91);
#!/usr/bin/perl -w use strict; ... __END__ 'its a tub of lard' matches
if (/(\d{1,3})%/ && $1>91);