foreach (readdir DIR) { # do stuff } #### foreach (readdir DIR) { ... push(@array, $_); ... } foreach (@array) { # do stuff }