Help for this page
my @chars = ("A".."Z", "a".."z",0..9); my $salt = join '', map{ $chars[rand @chars] } 0..15;