8 lines
		
	
	
	
		
			127 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			127 B
		
	
	
	
		
			Text
		
	
	
	
	
	
sub RIGHTwithheredocument {
 | 
						|
	print <<"EOF"
 | 
						|
decoy here-doc
 | 
						|
EOF
 | 
						|
	# some lines of context
 | 
						|
	# to pad it out
 | 
						|
	print "ChangeMe\n";
 | 
						|
}
 |