in reply to RE: Re: Having scalars handled as regexs inside a substitution
in thread Having scalars handled as regexs inside a substitution
Doing substitution with user-supplied patterns in an eval block in quotes is dangerous, because it allows the user to provide things like @{[ code ]} in the patterns, which can execute arbitrary perl code.
--ZZamboni
|
|---|