Reputation: 1651
i would like to setup a system where I can start parsing emails using perl (in unix i guess) from some account and a cron job would trigger this. I was wondering if anyone has setup something similar to this.
Upvotes: 2
Views: 1073
Reputation: 6354
This is a common enough task. If you're checking an account for new messages, and processing them, you may want to split the task up like this:
Upvotes: 3