in reply to Perl modules for batch web processing

There's not *a* module to do it but there is:
  1. CGI
  2. Proc::Fork (but I'd just use the built-in fork/exec)
  3. CGI again
  4. Mail::Sendmail
and, of course, merlyn has written about that.
-derby
  • Comment on Re: Perl modules for batch web processing

Replies are listed 'Best First'.
Re^2: Perl modules for batch web processing
by srdst13 (Pilgrim) on May 12, 2005 at 20:41 UTC
    Thanks for the pointer to merlyn's writeup. I had seen it before, but had entirely forgotten about it.

    Sean