http://www.perlmonks.org?node_id=1062792


in reply to Re: Regex returns match the first time. It returns everything thereafter
in thread Regex returns match the first time. It returns everything thereafter

Hi Mike,
What I think the regex does is this. It matches from 'line' to the end of the string. As for what I was trying to accomplish. I'm trying to grab the contents of a file which lives across several servers but only return the lines in the file which occure after the line, "customizations must be after this line." I'll read up on perlop this weekend and see what i can learn.
Thank you for your reply.