Help for this page
#!perl s//%/e; }
Bad evalled substitution pattern at file.pl line X
Perl (version 5) used to determine the value of EXPR inconsistently, sometimes incorrectly using the surrounding context for the determination. Now, the value of EXPR (before being parsed by eval) is always determined in a scalar context.
#!perl ... $foo =~ s/B/*/e; } print "($foo)\n";
(ABC) (A*main::} C)
www.com | www.net | www.org
There is too much technical debt in my codebase The stability of the system Perl suits me better I have to support users of some ancient version I'm stuck with ActiveState/TinyPerl/microperl/Strawberry ... Letting the early adopters trip over the bugs is fine Some other reason
Results (33 votes). Check out past polls.