Help for this page

Select Code to Download


  1. or download this
    my @chars = ("A".."Z", "a".."z");
    my $string;
    $string .= $chars[rand @chars] for 1..8;