Query: autodie::exception::system
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
autodie::exception::system(3) User Contributed Perl Documentation autodie::exception::system(3)NAMEautodie::exception::system - Exceptions from autodying system().SYNOPSISeval { use autodie qw(system); system($cmd, @args); }; if (my $E = $@) { say "Ooops! ",$E->caller," had problems: $@"; }DESCRIPTIONThis 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.LICENSECopyright (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.AUTHORPaul Fenwick <pjf@perltraining.com.au> perl v5.16.3 2013-02-22 autodie::exception::system(3)
Related Man Pages |
---|
fatal(3pm) - mojave |
autodie(3) - centos |
fatal(3pm) - suse |
fatal5.18(3pm) - mojave |
autodie::exception(3pm) - mojave |
Similar Topics in the Unix Linux Community |
---|
Set hard block limit for user using quota |
Docker learning Phase-I |
CentOS 6 ran out of space, need to reclaim it |
Controlling user input |
Please Welcome Dave Munro to the Moderator Team! |