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