in reply to Re: Line break interpretationin 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.