{ # create an extra scope local $/ = ""; # set record seperator to empty lines while () { # $_ contains a paragraph of text from } } # $/ is restored to its original value