Help for this page

Select Code to Download


  1. or download this
    $ip = <STDIN>;
    # Remove the trailing newline ...
    ...
    .
    # Make sure your connection opened
    my $ssh = Net::SSH::Perl->new($ip) or die($!);