I have a list of email addresses of customers stored on our company's database. I need a way cycle through this list of email addresses and somehow test if the address is still active without having to send an actual email out to every customer.
I know how to get them from the database into the array and all that. But what code do I use to query if their email is still active?
Although I've wrestled with Perl--much like Jacob wrestled with the angel from the Lord, my fellow Monks--for a few years, I have no formal training in the might of Perl other than what I've taught myself.