Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: [Help]Build a tool/application using Perl

by tctoa (Novice)
on Oct 10, 2019 at 09:22 UTC ( [id://11107291]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Net::SSH::Any qw();
    my $ssh =
      Net::SSH::Any->new( '172.20.251.20', user => 'root', password => 'r3
    +v3nue' );
    my @tmp = $ssh->capture('ls -lrt');
    print " @tmp";
    
  2. or download this
     Use of uninitialized value $tmp[0] in join or string at test.pl line 7.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11107291]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-23 22:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found