while (@arr2 = ){ foreach $line (@arr2) { #### my @arr2 = ; foreach $line (@arr2) { # ... #### while (my $line = ) { # ...