Help for this page
my $domain = $Config->{$sub_hash}->{'domain'}; my $username = $Config->{$sub_hash}->{'username'}; my $password = $Config->{$sub_hash}->{'password'}; my $port = $Config->{$sub_hash}->{'port'};
sub get_tiny { ... ) or die "Can't connect: $!\n"; return $sftp; }