Help for this page

Select Code to Download


  1. or download this
    use Net::SSH::Perl;
    
    ...
    my @array_daten = split(/\n/,$out);
    
    foreach (@array_daten) {print "$_\n"};