in reply to Re: Re: Re: perl global vars in subroutines
in thread perl global vars in subroutines

I don't know what you're saying, but perl only affects perl, so the enviroment which started perl does not get modified by perl
E:\>echo %FORK% %FORK% E:\>perl -le"$ENV{FORK}=666;" E:\>echo %FORK% %FORK%