in reply to Re: setting PERL_PERTURB_KEYS & PERL_HASH_SEED in a perl file
in thread setting PERL_PERTURB_KEYS & PERL_HASH_SEED in a perl file
Also, for true relaunching, see Devel::PL_origargv. Your approach will generally work but will lose invocations such as
perl -MSome::Module -Ilib -w script.pl
Also, I think your approach would lose the -Taint flag, which is a bit more serious than the program just not working.
|
|---|