diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-06-29 19:18:43 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-06-29 19:18:43 +0000 |
commit | e13efe3ceea1a416bee536860751edb48e6bfcb3 (patch) | |
tree | 2e49af29aba6abdd6b435f85a186cd9aa86d7bb5 /pod | |
parent | b9531c19967f04908d6f8236ceb2296ad6358488 (diff) | |
download | perl-e13efe3ceea1a416bee536860751edb48e6bfcb3.tar.gz |
Misc Pod Nits.
p4raw-id: //depot/perl@19886
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlrun.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 324bd8cdb7..6b01d6c6e7 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -1116,13 +1116,13 @@ order as 5.8.0). "Pre-5.8.1" means, among other things, that hash keys will be ordered the same between different runs of Perl. The default behaviour is to randomise unless the PERL_HASH_SEED is set. -If Perl has been compiled with the -DUSE_HASH_SEED_EXPLICIT the default +If Perl has been compiled with C<-DUSE_HASH_SEED_EXPLICIT>, the default behaviour is B<not> to randomise unless the PERL_HASH_SEED is set. If PERL_HASH_SEED is unset or set to a non-numeric string, Perl uses the pseudorandom seed supplied by the operating system and libraries. If unset, each different run of Perl will have different ordering of -the outputs of keys(), values, and each(). +the outputs of keys(), values(), and each(). See L<perlsec/"Algorithmic Complexity Attacks"> for more information. |