in reply to ssh connection
#!/usr/bin/perl -w system("ssh adm\@testsrvr /home/adm/teststart </dev/null >/dev/null 2> +&1&"); exit 0; [download]