On 30 Jan 2012, at 15:40, Sam Kington wrote: > In the code that we write at $WORK, any filehandle we close tends to be a log file or something, so adding extra boilerplate to our close statements would just be annoying. use 5.10; use autodie; perhaps?