• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Perl Script -- Auto Login?

I'd like to get ahold of a script that would essentially log onto a website using two or more ports and report back if it was sucessful or not. Basically what I want it to do is log into my email account and tell me if it got in. This is just so I can display Gmail's server status.
 
Logging into the web page will be more work, but if you want you could use GMail's pop3 support and use Net:😛OP3 to login and check the server.
 
From a quick look at the man page using Net:😛OP3 is simple, you'll really only need like 3 lines to connect to the server, login and quit.
 
Back
Top