my $dwfssh = "/usr/bin/sudo -u netcool /usr/bin/ssh -t user1\@servername"; #Ping Route Section print "

Pinging $msg1 from Orlando

"; #open(PINGORF,"$dfwssh '/bin/ping -c 5 -q ".$test1."'|"); open(PINGORF,"/bin/ping -c 3 ".$test1."|"); $old_fh = select(STDOUT); $| = 1; select($old_fh); print "

"; while() { print; } print "

"; print "

Pinging $msg1 from Dallas

"; #open(PINGDWF,"$dfwssh '/bin/ping -c 5 -q ".$test1."'|"); $cmd1 = "/usr/bin/sudo -u 'user1 echo "Darn thing wont workr"'"; open(PINGDWF,"$cmd1"); #open(PING,"/bin/ping -c 10 ".$test1."|"); $old_fh = select(STDOUT); $| = 1; select($old_fh); print "

"; while() { print; } print "

";