Help for this page

Select Code to Download


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