if (open(FILE, "+< stuff.txt")) { local $/ = undef; my $buff = ; truncate(FILE, 0); # Update $buff print FILE $buff;