Help for this page

Select Code to Download


  1. or download this
    # Variables
    my $host;     # hostname to connect to
    ...
    my $user;     # username for authorization
    my $password; # password for auth
    my $port;     # tcp port to connect
    
  2. or download this
    my ($host, $engine, $user, $password, $port);