=~ /1 packets? received/){
> # ping successful
> print "Ping Successful, Result:\n" . $result;
> } else {
> # ping failed
> print "Ping Failed, Result:\n" . $result;
> }
> -
>
> Regards,
> David
&
--
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
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