in reply to Re: write to /dev/full does not fail
in thread write to /dev/full does not fail
perl -Mautodie ...
i.e. a captial M. Otherwise you're doing the equivalent of
and thus enabling autodie only for a list of zero builtins.use autodie ();
Dave.
|
|---|