#!perl use strict; use warnings; while () { print; } print q{my $foo = "Kilroy was here";}, "\n";