Help for this page

Select Code to Download


  1. or download this
    my @letter=('A'..'Z');
    @rand='';
    
    foreach(0..7){
    $rand.=$letter[rand(@letter)];
    
  2. or download this
    for($count=0; $count<= ($wordLength - 1); $count++){
    if($wordArray[$count] =~ /[$rand]/o{