NAME
Perlbug::Utility - Object handler for Utility methods
DESCRIPTION
Utility wrapper for Perlbug modules usage
SYNOPSIS
use Perlbug::Utility;
print Perlbug::Utility->new()->dump;
METHODS
- new
-
Create new Perlbug::Utility object.
my $o_ute = Perlbug::Utility->new;
- dump
-
Wraps Dumper() and dumps given args
print $o_ute->dump($h_data);
- html_dump
-
Encodes and dumps given args
print $o_ute->html_dump($h_data);
AUTHOR
Richard Foley perlbug@rfi.net 2001
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 105:
=cut found outside a pod block. Skipping to next block.