Help for this page
r/bin/perl use v5.12; ... } else { print "No match: |$_|\n"; }
Nested quantifiers in regex; marked by <-- HERE in m/((?<word1>\b\w*a\ +b))(?<word2>\s+++ <-- HERE ++))/ at ./Chapter8_Exer5 line 12