while(<$fh_big_file>) { print if (/$regex/o .. /^END_OF_BLOCK/); }