1sub RIGHTwithheredocument { 2 print <<"EOF" 3decoy here-doc 4EOF 5 # some lines of context 6 # to pad it out 7 print "ChangeMe\n"; 8}
sub RIGHTwithheredocument {
print <<"EOF"
decoy here-doc
EOF
# some lines of context
# to pad it out
print "ChangeMe\n";
}