summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r--pod/perlrun.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index 3ddb2f8f68..f8a0ae6be6 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -1139,12 +1139,14 @@ the pseudorandom seed supplied by the operating system and libraries.
This means that each different run of Perl will have a different
ordering of the results of keys(), values(), and each().
-See L<perlsec/"Algorithmic Complexity Attacks"> for more information.
+See L<perlsec/"Algorithmic Complexity Attacks"> for more information,
+and also L</PERL_HASH_SEED>.
=item PERL_HASH_SEED_DEBUG
(Since Perl 5.8.1.) Set to "1" to display (to STDERR) the value of
the hash seed at the beginning of execution.
+See also hash_seed() of L<Hash::Util>.
=item PERL_ROOT (specific to the VMS port)