Help for this page

Select Code to Download


  1. or download this
    Net::SSH::Perl->new( $host, [identity_files => [$keyfile]);
    
  2. or download this
    $ perl -MO=Deparse -e 'Net::SSH::Perl->new( $host, [identity_files => 
    +[$keyfile]);'
    syntax error at -e line 1, near "])"
    Missing right curly or square bracket at -e line 1, at end of line
    -e had compilation errors.
    
  3. or download this
    Net::SSH::Perl->new( $host, [identity_files => [$keyfile]]);
    
  4. or download this
    Net::SSH::Perl->new($host, %params)
    
  5. or download this
    Net::SSH::Perl->new($host, identity_files => [$keyfile]);