sub display { local $\ = "\n"; print "This is the first line. Look ma, no newline"; print "This is the second line."; }