Sir Douglas Cook wrote:
> Question:
> I am wondering how to test if my PWS is UP?
> If (http://65.93.27.6/MyHomepageOnSympaticoServer/) {
i've never used it, but net::ping looks like a good candidate:
http://search.cpan.org/search?dist=Net-Ping
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
F
SuiteToeCode (overview)
If (http://65.93.27.6/MyHomepageOnMyWin98PWS/) {
# If my dialup ISP assigned me a new IP and my PWS is UP.
# let everybody go to my homecomputer and see more than 5 megs of
# web site.
redirect to http://65.93.27.6/MyHomepageOnMyWin
SuiteToeCode (overview)
If (http://65.93.27.6/MyHomepageOnSympaticoServer/) {
# If my dialup ISP assigned me a new IP and my PWS is UP.
# let everybody go to my homecomputer and see more than 5 megs of
# web site.
redirect to http://65.93.27.6/MyHomepageOn