local function perr(err,what) if err then error(what..": "..err) end end return { perr=perr, }