{ # Temporarily set $/. local $/ = "This is the temp line.\n"; <>; } while ( <> ) { print; }