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