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 |
|---|
| class::factory::util(3) - debian |
| data::util::curry(3pm) - debian |
| kiokudb::util(3pm) - debian |
| netsds::util::translit(3pm) - debian |
| autobox::list::util(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Introduction |
| One instance of comparing grep and awk |
| Weird 'find' results |
| How to copy a column of multiple files and paste into new excel file (next to column)? |