for ($i = 0; $i < 26 ; $i++) { # choose a randomly selected string of 4 elements from our array push (@PAR1, $X_info[int(rand($range))]); } for ...