Re: Web tools

2002-07-24 Thread Samuel Yip
=~ /1 packets? received/){ > # ping successful > print "Ping Successful, Result:\n" . $result; > } else { > # ping failed > print "Ping Failed, Result:\n" . $result; > } > - > > Regards, > David &

Re: Web tools

2002-07-23 Thread perl-dvd
-- Regards, David - Original Message - From: "Samuel Yip" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 23, 2002 7:01 AM Subject: Web tools Hi, I am new to perl and would like to use perl to do the following: 1. Prompt the user for a IP add

Web tools

2002-07-23 Thread Samuel Yip
Hi, I am new to perl and would like to use perl to do the following: 1. Prompt the user for a IP address. 2. Ping the IP address from the web server and 3. Print out the result to the user on the browser. Anyone knows how should I do it ? Thks -- To unsubscribe, e-mail: [EMAIL PROTECTED] F