>it can be used for system specific @INC paths without
>recompiling perl

That's what PERL5LIB is for.

enforcing strict/-w/-T on all scripts, etc.

How are you going to enable -T from this file you're going to eval?

How are you going to enable strict in an unrelated lexical scope?

Why are you using -w instead of use warnings, and can you just imagine the
howling?  This would surely kill your system.

--tom

Reply via email to