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.
Comment on
Re: Prog. Perl 3rd Ed. Regex Question
Download
Code
In Section
Seekers of Perl Wisdom