in reply to Prog. Perl 3rd Ed. Regex Question

\b is word boundary , not a space: Learn more regex using use re 'debug' at the top of your code.