in reply to ssh connection

You might need to redirect all I/O:
#!/usr/bin/perl -w system("ssh adm\@testsrvr /home/adm/teststart </dev/null >/dev/null 2> +&1&"); exit 0;

Replies are listed 'Best First'.
Re^2: ssh connection
by muizelaar (Sexton) on May 26, 2009 at 08:47 UTC
    Hi Anonymous Monk That worked a treat thanks for all your help exactly what I wanted. :-)