Hi,

It's possible to build in Perl a Regular Expression to grab a pattern that 
extends by two lines ? 

I want to read a file and know if it's a email message or not, fetching the 
first Message-Id found. The problem is that some email clients put the 
Message-Id tag in one line, like this

Message-Id: < something >

ans others put it in two lines, like this

Message-Id :
        <something>

Regards

Lívio Cipriano

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to