open(DATA,"file.inf") || die "can't open: $!"; local $/; # make a local copy of $/ so we don't trample other filehanles undef $/; # undef it $file = ; # so we can slurp up the whole file in one bang $file =~ s/Name/Fullname/g;