in reply to
Qwestion about Automatic Match Variables
You probably want to escape the '.' to prevent matching typos like 'dmathis@gmail,com'
if (/(dmathis@gmail.\w+)/) {
[download]
Comment on
Re: Qwestion about Automatic Match Variables
Download
Code
In Section
Seekers of Perl Wisdom