for (@list) { do_something } #### for my $item (@list) { do_something }