Re: Baffling error, or maybe I'm just blind

2002-03-08 Thread Ken Bandes
t q] to be the start of a single quoted string, using the q operator, and was wondering where the final ] is. Ken Bandes - Original Message - From: "Cameron Dorey" <[EMAIL PROTECTED]> To: "Perl-Win32-Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, March 08

Re: Quick PING question...

2002-01-21 Thread Ken Bandes
ed here, it uses the icmp protocol. The Time::HiRes module is used to time the pings. The return value of the ping() method is used to determine presence (or not) of the server. This has been tested on Linux and Win2k. Ken Bandes --- #!/usr/bin/perl -w use strict; use Net::Pin