Search found 1 match
- Wed Jun 19, 2002 12:31 am
- Forum: PHP - Code
- Topic: A tough one... Parsing an E-Mail
- Replies: 1
- Views: 811
A tough one... Parsing an E-Mail
I have been trying to work this one out for quite some time: You can pipe an email address, john@doe.com for example, to a specific file found on a system. A good example would be piping to a Perl script, Perl can then read stdin and parse the file into each of it's parts (Subject, From, To etc). I ...