in reply to Re: Can't get \n or other character/translation escapes to interpolate if originally read from a data file
in thread Can't get \n or other character/translation escapes to interpolate if originally read from a data file
String::Interpolate
However, it'll also interpolate @{[ `rm -rf /` ]}... depending on how many characters OP wants interpolated, s/\\n/\n/g might be the safer approach.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Can't get \n or other character/translation escapes to interpolate if originally read from a data file
by pryrt (Abbot) on Mar 15, 2021 at 19:06 UTC | |
by haukex (Archbishop) on Mar 15, 2021 at 19:12 UTC |