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