http://qs321.pair.com?node_id=227356


in reply to (ar0n) Re: Randomise a string of letters
in thread Randomise a string of letters

or use List::Util qw/shuffle/; (rest stays the same) which has the added bonus of coming standard with perl 5.8.0.

-- Hofmator