Is there any way of detecting internet connection status from a
HTTP server  based script (preferably  in perl or  php) without
resorting to "ping" or similar system command ?

Something equiv of InternetGetConnectState() function of C# ?

Bish

--
:
####[ GNU/Linux One Stanza Tip (LOST) ]#######################

Sub : awk tips [#14]                                 LOST #474

# Print every line after erasing the 2nd field
$ awk '{$2 = ""; print}' textfile
                                                  
####[banduji (at) symonds.net]################################
:


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to