my $x = '!'; foreach $x (qw( a b c )) { print("$x\n"); } print("$x\n"); #### a b c !