foreach my $loop_variable (@data_array) { print $loop_variable; } #### foreach (@data_array) { print $_; }