local $/ = "# input"; while () { print "got record:\n", $_, ":end of record\n"; }