in reply to Re: Re: Bite Buckets JAPH
in thread Byte Buckets JAPH
Liz
Update:
With the environment variable PERL_HASH_SEED set to 0, the output is indeed "JUST ANOTHER PERL HACKER". If set to another value, it is always the same, but definitely not Just Another Perl Hacker. Without the environment variable set, the output is different each time you run it.
Since I can't refer to the new documentation of "perlrun" on perldoc.com, I'll just pit it here for those of you who are interested:
FInally, setting $ENV{PERL_HASH_SEED}=0 during execution does not have the desired effect: the environment variable is checked during startup of Perl, looong before you can set Perl's copy of the environment variable.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Bite Buckets JAPH
by Limbic~Region (Chancellor) on Sep 06, 2003 at 15:34 UTC | |
by davido (Cardinal) on Sep 08, 2003 at 16:23 UTC |