dash/ash
dash/ash
Posted Oct 2, 2014 21:25 UTC (Thu) by flussence (guest, #85566)In reply to: dash/ash by ibukanov
Parent article: Bash gets shellshocked
> Perl runtime could just as easily provide a similar "feature" affecting any Perl script, strict or not.
It's had that feature for decades: 2-arg open() will happily interpret any filename passed to it containing a "|" prefix or suffix to mean a command pipe, and helpfully give the rest of the string to the shell to run. The same function is also used internally to pass filenames in ARGV into the magic <> line-iterator.
