http://qs321.pair.com?node_id=178494


in reply to Re: Re: CGI troubles - not writing to file
in thread CGI troubles - not writing to file

One suggestion that could solve this mystery:
Try to catch the error of close(BACKUP):
close(BACKUP) or show_error ("error closing [$index_backup]: $!");
It is generally a good idea to check even close for errors.

---- kurt