RE: Fatal problem with Net::Ping

2003-06-25 Thread Bullock, Howard A.
: Bullock, Howard A. Sent: Monday, June 23, 2003 8:36 PM To: 'Everett, Toby'; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Fatal problem with Net::Ping Thanks for the reply. I am currently testing the code as a typical program not using the ActiveState PDK tools PerlSvc or Perlapp

Fatal problem with Net::Ping

2003-06-17 Thread Bullock, Howard A.
I have use Net::Ping in a ActiveState PDK 5.10 PerlSvc.exe service. The program fails after running and processing several thousand computers. I have tracked the problem down to this statement: my $ping = $p-ping($host,5); in this subroutine: sub PingHost { my $host = shift; #my $p =