![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
-E behavior with stdin scriptby almr (Acolyte) |
on Sep 05, 2021 at 07:04 UTC ( #11136455=perlquestion: print w/replies, xml ) | Need Help?? |
almr has asked for the wisdom of the Perl Monks concerning the following question: Dear Monks it's never been quite clear to me how to get full -E behavior with a stdin script. Let's call perl from a shell script (this the reason for not wanting -E, and some other choices):
As I understand it, -E turns on optionals (e.g. say, <<>>), but also some behaviors (e.g. use strict, Unicode handling). Now the unpalatable choices become
Are there any other options to get -E behavior without -E?
Back to
Seekers of Perl Wisdom
|
|