5 minimums for any perl script?

Mike Whitaker mike at altrion.org
Mon Jan 30 15:44:08 GMT 2012


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?


More information about the london.pm mailing list