in reply to Multiple Input help

Another solution:

chomp $userinput1; chomp $userinput2; printf "Hello %s_%s\n", $userinput1, $userinput2;