libautodie-perl

Perl pragma to make certain failures fatal

Description

autodie is a Perl pragma that changes the behaviour of many built-in functions so that exceptions are thrown on failure rather than simply returning a false value. It understands lexical scope, meaning functions and subroutines altered with this module will only have this behaviour until the end of the enclosing eval, file or block, so it is useful when some code is out of your control.

By throwing exceptions on failure rather than simply returning false, programs are more robust and problems are easier to troubleshoot.

This module can also use IPC::System::Simple (see libipc-system-simple-perl) to do all the heavy lifting.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/autodie


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libautodie-perl