Help for this page

Select Code to Download


  1. or download this
    my $ssh = Net::SSH::Perl->new($host, debug=>1, use_pty=>1 );
    #-- authenticate
    $ssh->login($user, $password);
    
  2. or download this
    $ perl -lE'
    > use strict();
    ...
    Global symbol "$x" requires explicit package name at -e line 3.
    Execution of -e aborted due to compilation errors.
    $