Help for this page
use warnings; use strict; ... chomp $userinput1; $userinput2 = <STDIN>; #last name print "Hello $userinput1", '_', $userinput2;