while data section
while (<DATA>) { print; } __DATA__ Here is the text! while (<DATA>) { print; } __END__ Here is the text!