The proper way to open()

Roger Burton West roger at firedrake.org
Mon Jan 30 16:59:39 GMT 2012


Bah. Thanks to Abigail. I'd done it as

open ... || die ...

and that hadn't worked, but that was because the || was binding more
tightly than the open; open (...) || die works perfectly well.

I really must get that faster brain...


More information about the london.pm mailing list