I understand how to launch a PERL CGI program from an Internet form, but have an upcoming project in which I'll need to launch a PERL program from an e-mail sent to it.
Basically, what I want to do is design a PERL script which will a) activate whenever a email is sent to it ... b) have that PERL script be able to extract information from the FROM, SUBJECT, and message BODY fields ... c) and then have the PERL script process that information. Assuming that the PERL script is located at HTTP://MYSITE.COM/CGI-BIN/PERL.PL a) How can I get the email to trigger that program? b) How can I get the PERL program to extract the data contained within the FROM, SUBJECT and MESSAGE body fields? Thanks. Al Willen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]