(C) 2003, Tim Maher 1-18 www.TeachMePerl.com Multi-Line Pattern Matching Regex Issues Multi-line records allow matches that span lines so long as regex constructed properly line-spanning regexes use \s+ instead of SP character between words to allow matching newline between them use single-line mode to let . match newline