Lines Matching refs:hashes
34 Mainly due to security reasons, the "random ordering" of hashes
51 the order in which hashes are dumped will vary. In general the cure
54 important, use tied hashes: for example the Tie::IxHash module
222 =head3 (Reminder) Pseudo-hashes are deprecated (really)
224 Pseudo-hashes were deprecated in Perl 5.8.0 and will be removed in
226 pseudo-hashes will trigger the warning C<Pseudo-hashes are deprecated>.
227 If you really want to continue using pseudo-hashes but not to see the
783 =head2 New "Pseudo-hashes are deprecated"
879 do not work with the randomised hashes. (mod_perl 1.x works fine.)
891 =head2 Tied hashes in scalar context
893 Tied hashes do not currently return anything useful in scalar context,
902 tied hashes to implement the behaviour of a hash in scalar context.