Hi monks,
I'd like to be able to pull elements out of a hash
table randomly (to create for example--flash cards).
I know perl will pull out words in a particular order by
using 'each' or 'keys' but the order will not change if the hash doesn't change. Any ideas? thanks, Michael
20030622 Edit by Corion: Changed title from "hash randomness"