{ open(IN,"somefile.pl"); local $/; undef $/; $string = ; } #previous version of $/ is now restored