Functions
All are exported by default.
error_catch
# XXX seems like there's a module for this # runs subroutine reference and catches STDERR # ($errs, @ans) = error_catch(sub {$this->test()}); #
slurp_data
Looks for $filename *in the directory of $0* and slurps it in.
@lines = slurp_data($filename);