I have a unique situation where I need to run a Perl script in a Windows XP Professional CMD console window. The catch is, I need to determine if the network is connected each time I run the scipt. If yes, I need to to an extra step. If no, I need to skip that step. How do I instruct Perl to check network connection status?