in reply to Re^2: Line break interpretation
in thread Line break interpretation
Be careful! If the input is untrusted, that snippet could execute arbitrary code. (Consider my $m = '); arbitrary perl command here';) Be sure to place big red arrows in your comments.
String::Interpolate might be safer.
|
|---|