http://qs321.pair.com?node_id=11136458


in reply to Re: -E behavior with stdin script (updated x2!)
in thread -E behavior with stdin script

Ah. I was getting confused. So the least-verbose choices become, I think,

Replies are listed 'Best First'.
Re^3: -E behavior with stdin script
by NERDVANA (Deacon) on Sep 05, 2021 at 13:03 UTC
    The least verbose option would be -MMyDefaults, where you write a module named MyDefaults that sets all the bits as you prefer and then you install that on each system you use :-)
Re^3: -E behavior with stdin script
by haukex (Archbishop) on Sep 05, 2021 at 13:53 UTC
    -Mfeature=:all

    Sorry, I made a mistake, that's actually not exactly equivalent to -E, please see the updates in my node above.