in reply to PERL5OPT and -M

Just use PERL5LIB=/my/personal/lib instead, it's exactly made for the situation at hand, and a bit cleaner at that.

Update: see perlrun for details.

Replies are listed 'Best First'.
Re^2: PERL5OPT and -M
by perl5ever (Pilgrim) on Mar 11, 2009 at 03:24 UTC
    Yes, PERL5LIB is what I want - thanks!