Question
Thread display: Collapse - |
All Answers
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Anyone know of a cpan module for Perl and threading?
This script is quick except for the email part and that is just because it is sendmail. So what I want to do is launch a separate thread for sendmail. Unfortunately, Perl doesn't thread. I must be losing my touch, because during my searches of cpan I have not found anything that meets my needs. I can't picture this being a unique problem so I am pretty sure that there should be something out there.
So, does anyone know of a situation for this???
Dan
As a side note, yes I know that I could write a separate routine that gets launched from a crontab looking for a temp file containing the email and sending it that way. But, that just seem like a clean solution.