dash/ash
dash/ash
Posted Oct 2, 2014 17:31 UTC (Thu) by dskoll (subscriber, #1630)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.
But it doesn't. Well, with one exception: Setting PERL5DB will make perl execute arbitrary Perl code, but only if it has been invoked with the "-d" command-line flag which says to run under a debugger, and no Perl script uses that flag.
Perl makes environment variables available in the %ENV hash, but certainly doesn't try to interpret them as Perl code (modulo the single exception above.)
