@result = map { print "Enter scaling factor:"; $_ * int() } @array; #### @result = map { $_ * $factor } @array;