Help for this page

Select Code to Download


  1. or download this
    my $string;
    for (0..7) { $string .= chr( int(rand(25) + 65) ); }
    
    print "$string\n";