mirror of
https://github.com/git/git.git
synced 2024-11-01 06:47:52 +01:00
9 lines
127 B
Text
9 lines
127 B
Text
|
sub RIGHTwithheredocument {
|
||
|
print <<"EOF"
|
||
|
decoy here-doc
|
||
|
EOF
|
||
|
# some lines of context
|
||
|
# to pad it out
|
||
|
print "ChangeMe\n";
|
||
|
}
|