in reply to
treating * as a normal character in a regex
please read
perlre
manpage about regexps.
* must be escaped using slash
\*
Comment on
Re: regexp =~
Download
Code
In Section
Seekers of Perl Wisdom