#!/usr/bin/perl use strict; use warnings; $/ = ""; # Paragraph mode. while () { print if /lazy/; } __DATA__ the quick red fox jumped over the lazy brown dog. jumped over the lazy brown dog.