#!/usr/bin/perl -w use strict; use warnings; { local $/; while () { print "start of loop\n"; print "\$_ = \"$_\"\n"; } } __DATA__ a, b a,b a,b