in reply to Re^3: Need script help
in thread Need script help

Hi kcott,

I assume what the AM is talking about is that scripts you write on your machine can omit warnings, strict and autodie, and if you copy that script to another machine - or even run it as another user - those pragmas will not be in effect there, altering the behavior of your scripts.

Also, scripts you copy onto your machine are now suddenly running with autodie, which will also change their behavior.

Regards,
-- Hauke D

Replies are listed 'Best First'.
Re^5: Need script help
by kcott (Archbishop) on Sep 24, 2016 at 18:25 UTC

    G'day Hauke,

    ++ Thanks for the feedback. I've discontinued using PERL5OPT. See my response to AM tagged [PERL5OPT Resolution].

    — Ken