in reply to Re^2: does not write to file anymore
in thread does not write to file anymore
That statement should print whatever is in $! and $! should be set if the close fails. Have you checked to see if your disk is full? On *nix type df. If you have disk space try (on the command line)
echo testing > somefile cat somefile
Does that work?
As well as checking disk free with df check quotas with quota
quota your_username quota nobody quota apache
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: does not write to file anymore
by BzBeauty (Sexton) on Nov 05, 2004 at 01:21 UTC |