#!/usr/bin/perl -w use strict; use Smart::Comments; for my $val (@loop_values) { ### $val do_stuff_to_val($val); ### $val }