Help for this page
my $cmd = "ssh $user\@$host /usr/bin/ls"; warn "Executing '$cmd'"; system ($cmd);