Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use Modern::Perl;
    ...
    my $ssh = Net::SSH::Any->new ($host, user => $user, password => $passw
    +d);
    my @output = $ssh->capture2("ls -l");
    say "@output";
    
  2. or download this
    Use of uninitialized value $output[0] in join or string at anyping.pl 
    +line 10.