in reply to
Re^2: pattern matching whitespace
in thread
pattern matching whitespace
The problem was that you used /..+/, which means "two or more", not "one or more" or "one or two".
Comment on
Re^3: pattern matching whitespace
In Section
Seekers of Perl Wisdom