Greetings, Perl gurus.
Here's what I'm working on: I'm reading in a file, and stripping out certain parts of it. What I need to do is be able to include/exclude data by date. There isn't really a "paragraph delimiter" in the file, just tons of text. The only commonality is the line "From mailsnarf <date>", followed by the snarfed email, then another "From...". I want to be able to use from one "From mailsnarf..." to the next one as ONE paragraph, or data glob, and include/exclude data accordingly, only I haven't found quite how to do that yet.
Any ideas?