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


in reply to Randomise a string of letters

use Algorithm::Numerical::Shuffle qw/shuffle/; my $random = join '', shuffle split //, "The quick brown fox";
Though "truly random" is often a bit of a misnomer in computer land.