On Wed, 21 Jun 2006, David Nicol wrote: > > The keys will be different in different *runs* of the program, but > > Within a single execution they need to remain constant. Otherwise > > You could never lookup the values in your hashes if the keys changed > > All the time. :) > > use List::Util qw(shuffle);
That just shuffles a list. It is not related to randomization of the hash key function. Cheers, -Jan _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
