in reply to
Re: Traping [** using reg exp
in thread
Traping [** using reg exp
Or maybe there's whitespace at the end of the line? Try changing /...$/ to /...\s*$/ (or omit the $ completely).
Comment on
Re^2: Traping [** using reg exp
In Section
Seekers of Perl Wisdom