Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use Net::SSH::Perl;
    ...
    print "@array\n@data\n";
    @data2 = $ssh ->cmd("exit");
    print "@data2\n";