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