Hi guys, I am reading an email coming to my perl script. I need to parse incoming document and select a specific field I need.
WHILE(<STDIN>)
{
// how do I search for a field, called e.g.
// email [EMAIL PROTECTED]
// and assign email to a variable?
}
Thanks a lot!
__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
