|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi everyone,
I have a cgi script that I need to execute it when there is a mail posted to it. i have tried a lot but with out success. Is there any one could help me with this thread. Through email I have to send different information to my cgi and it should execute it by receving the mail. thanks to all you |
|
#2
|
|||
|
|||
|
First I think you would have to have a program running the will parse email for the info, then you need to connect to the page with that info and pass it to the script.
Look into the LWP, HTTP libraries. With those libraries you can right a script that requests a page. You can build your own query string for the URL from the info you get from the emai parsing program. That's a rough(very rough) idea of how I would handle it.
__________________
- dsb - ![]() Perl Guy |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > execute cgi with email |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|