... for( 1..3 ){ print "enter the $_{st} number: "; { chomp(local $_ = ); push @list, "${prefix}$_"; } } ...