debian man page for data::util::error

Query: data::util::error

OS: debian

Section: 3pm

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

Data::Util::Error(3pm)					User Contributed Perl Documentation				    Data::Util::Error(3pm)

NAME
Data::Util::Error - Deals with class-specific error handlers in Data::Util
SYNOPSIS
package 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 ALSO
Data::Util. perl v5.14.2 2011-10-20 Data::Util::Error(3pm)
Related Man Pages
data::stream::bulk::util(3pm) - debian
data::util::ja(3pm) - debian
hash::util::fieldhash::compat(3pm) - debian
mail::spamassassin::util(3pm) - debian
netsds::util::convert(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?