http://qs1969.pair.com?node_id=112027


in reply to Re: write to local files? and why does strict bugger this online but not locally?
in thread write to local files? and why does strict bugger this online but not locally?

If it is < perl 5.6 then use diagnostics won't work which is a possibly explanation.
? The diagnostics module has been around since 1995, and only requires 5.001. The warnings module is the one that needs 5.6. Which, of course, doesn't explain why removing use diagnostics fixed the problem for jerrygarciuh. Unless s/he actually removed the use warnings line....