Hi Perl Monks, I'm working with large text files, and would like to extract a block of text (I think I can eventually manage to ID the beginning and end of the block). Slurping the files is not an option due to memory constraints. Line-by-line processing works for extracting a single line, but not multiple lines. Anyone have any recommendations for a strategy that allows extraction of the block while conserving memory? Thank you!