I've done a search on your site for parsing email and similar information and have read literally hundreds of excellent replies. My question isn't quite like the others, tho. Here's what I'd like to accomplish:
1) An automated system (nearly real-time) that parses email (from one source only), finds info (next to a particular keyword), appends it to a flat/text database, generates a random, unique password & also appends it, emails the parsed text 2 places.
The nearly real-time aspect of checking for new mail could be able to be done using Crontab (I think). Just set it to run the routine once per minute.
However, these would appear to be the real problem(s):
2) The system should monitor on an hourly basis to see how long, in days and hours, since the original email in (1) had been sent.
(3) Detect how many times any given individual has visited the site that the Perl script is running on.
Whew! I know that it's a pretty tall order but I'd really apreciate any info/code you can give me.
Thanks in advance, Kent
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.