Welcome to mirror list, hosted at ThFree Co, Russian Federation.

perl-skip-end-of-heredoc « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c22d39b25670029dce59d4a6fd9f744f5b48d1e3 (plain)
1
2
3
4
5
6
7
8
sub RIGHTwithheredocument {
	print <<"EOF"
decoy here-doc
EOF
	# some lines of context
	# to pad it out
	print "ChangeMe\n";
}