RE: RE: Capturing the results from Expect with backtick

2005-02-17 Thread Lal, Kumundani \(cognizant\)
Here it's from my side. =head1 DESCRIPTION host_ping work around of no permission to use ping =cut use strict; use warnings; use Net::Ping; my $host = shift or die "specify host\n"; my $timeout = shift || 15; my $p

Re: RE: Capturing the results from Expect with backtick

2005-02-17 Thread mgoland
- Original Message - From: Tyson Sommer <[EMAIL PROTECTED]> Date: Thursday, February 17, 2005 11:42 am Subject: RE: Capturing the results from Expect with backtick > > > > -Original Message- > > From: glidden, matthew [EMAIL PROTECTED] > > Sent: Thursday, February 17, 2005 10: