in reply to Re^2: passing newline in string argument
in thread passing newline in string argument

> I think it's very well worth mentioning that eval is a massive security hole with untrusted input

Strongly agree!

For string eval that is; block eval (now spelled try in latest versions of Perl) is fine.

See also: avoid string eval References

👁️🍾👍🦟