Wijaya Edward wrote:
Dear expert,
Hello,
I have the intention to write a Perl based CGI script that does the following steps: 1. Take user input - including email - with a CGI script (mail_result.cgi).
make sure they don't try to spoof the input and send mail to zillions of people :)
2. Based on these input param, submit a long running Perl script (compute_price.pl) on the background
Acme::Spork
3. Email the result to the corresponding address, once it is finished. And meanwhile,
Mail::Sender:Easy
4. Allow the CGI form to take new input right after the job is submitted.
Acme::Spork I beleive that was one reason the author made Acme::Spork ;p HTH! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>