if (open(FILE, "+< stuff.txt")) { local $/ = undef; my $buff = <FILE>; truncate(FILE, 0); # Update $buff print FILE $buff;
In reply to Re: Re: file updating question
by smackdab
in thread file updating question
by smackdab
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |