Help for this page
<!-- NEW URL GOES HERE -->
# these two lines knock out Perl's default behavior of reading in # a file as separate lines of data delimited by newline chars (\n): ... # character: $/ = "\n";