my @file = ; foreach my $entry (@file) { ... }; #### foreach my $entry () { ... }; #### foreach my $entry (@file) { chomp $entry; warn "Looking up '$entry'"; ... };