in reply to I need to regex multiple lines
But I'm confused, how do I read chunks of data and operate upon them? I mean, grab the chunk with the delimted text and then perform some regex matching on it..open(IN, "filename.txt"); $/ = '/delimiter here/'; while(<>) { }
|
|---|