On Jun 23, 2004, at 12:34 PM, [EMAIL PROTECTED] wrote:


Hi,

I have a string similar to:
Comment: FILING
****------------------------------------------------------------------- -----****


This is read in as one line (with the page feed).
I was trying to whatever follows the words and I tried this.

Let's try to get a little simpler with our approach. Does this grab what you need?


m/(\W+)$/

James


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to