in reply to
regex-codeblock calling subroutines?
Beware of calling functions that use regular expressions. The regex engine isn't fully re-entrant and strange things may happen.
Dave.
Comment on
Re: regex-codeblock calling subroutines?
In Section
Seekers of Perl Wisdom