http://www.perlmonks.org?node_id=918413

htmanning has asked for the wisdom of the Perl Monks concerning the following question:

Monks, A long time ago I had a procmail script that was able to receive an email, parse it, and call a perl script with variables. I'm searching like crazy and can't find a way to do this. Can someone point me in the right direction? I'd like to be able to send an email to a specific address, take the subject and body of the email, pass it to a perl script which will update a database and send out an email notification. Possible? Thanks.