in reply to Re: Variable being saved as a list?
in thread Variable being saved as a list?

die goes to STDERR unless set up specially otherwise. So that ostensibly HTML error goes nowhere but server error logs, if even there; again by setup.

Replies are listed 'Best First'.
Re^3: Variable being saved as a list?
by Bloodnok (Vicar) on Aug 06, 2014 at 19:38 UTC
    My point being, Your Mother, that the open failure could and indeed should, be better handled since if open() fails, the error log will get extended by the subsequent write failures.

    A user level that continues to overstate my experience :-))

      Heh. My point being, from a UI perspective, it’s not handled at all in your “correction.” Your code would give a generic server error and is not appropriate for production. :P