Man Page: data::util::error
Operating Environment: debian
Section: 3pm
Data::Util::Error(3pm) User Contributed Perl Documentation Data::Util::Error(3pm)NAMEData::Util::Error - Deals with class-specific error handlers in Data::UtilSYNOPSISpackage Foo; use Data::Util::Error sub{ Foo::InvalidArgument->throw_error(@_) }; use Data::Util qw(:validate); sub f{ my $x_ref = array_ref shift; # Foo::InvalidArgument is thrown if invalid # ... } Functions Data::Util::Error->fail_handler() Data::Util::Error->fail_handler($handler) Data::Util::Error::croak(@args)SEE ALSOData::Util. perl v5.14.2 2011-10-20 Data::Util::Error(3pm)
| Related Man Pages |
|---|
| mouse::util(3pm) - debian |
| data::util::ja(3pm) - debian |
| netsds::util(3pm) - debian |
| scalar::util::numeric(3pm) - debian |
| autobox::list::util(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Introduction |
| One instance of comparing grep and awk |
| A (ksh) Library For and From UNIX.com |