Help for this page
# Variables my $host; # hostname to connect to ... my $user; # username for authorization my $password; # password for auth my $port; # tcp port to connect
my ($host, $engine, $user, $password, $port);