Help for this page
chomp(my $host = <STDIN>); print "Username: "; chomp(my $user = <STDIN>); print "Password: "; chomp(my $pass = <STDIN>);