mojave man page for autodie::exception::system

Query: autodie::exception::system

OS: mojave

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

autodie::exception::system(3pm) 			 Perl Programmers Reference Guide			   autodie::exception::system(3pm)

NAME
autodie::exception::system - Exceptions from autodying system().
SYNOPSIS
eval { use autodie qw(system); system($cmd, @args); }; if (my $E = $@) { say "Ooops! ",$E->caller," had problems: $@"; }
DESCRIPTION
This is a autodie::exception class for failures from the "system" command. Presently there is no way to interrogate an "autodie::exception::system" object for the command, exit status, and other information you'd expect such an object to hold. The interface will be expanded to accommodate this in the future. stringify When stringified, "autodie::exception::system" objects currently use the message generated by IPC::System::Simple.
LICENSE
Copyright (C)2008 Paul Fenwick This is free software. You may modify and/or redistribute this code under the same terms as Perl 5.10 itself, or, at your option, any later version of Perl 5.
AUTHOR
Paul Fenwick <pjf@perltraining.com.au> perl v5.18.2 2014-01-06 autodie::exception::system(3pm)
Related Man Pages
fatal(3pm) - mojave
fatal(3pm) - osx
fatal5.18(3pm) - mojave
autodie::exception(3) - centos
autodie::exception(3pm) - suse
Similar Topics in the Unix Linux Community
Update: Uploading Movies at Attachments to Posts
12-Core MacPro (2013) kernel_task over 1200%
Cannot extract libraries using sed
Controlling user input
[BASH] eval command not expanding variables as expected.