Logoj0ke.net Open Build Service > Projects > server:monitoring > perl-autodie
Sign Up | Log In

Replace functions with ones that succeed or die with lexical scope

The autodie pragma provides a convenient way to replace functions that normally
return false on failure with equivalents that throw an exception on failure.

The autodie pragma has lexical scope, meaning that functions and subroutines
altered with autodie will only change their behaviour until the end of the
enclosing block, file, or eval.

If system is specified as an argument to autodie, then it uses
IPC::System::Simple to do the heavy lifting. See the description of that module
for more information.

Author:
-------
    Paul Fenwick <pjf@perltraining.com.au>


Source Files (show unmerged sources)

Filename Size Changed Actions
autodie-2.10.tar.bz2 61.4 KB over 13 years ago Download File
perl-autodie.changes 150 Bytes over 13 years ago Download File
perl-autodie.spec 1.69 KB over 13 years ago Download File

Latest Revision

hostmaster hostmaster committed over 9 years ago (revision 1)

Comments for server:monitoring (0)