Perlbug::Utility - Object handler for Utility methods


Perlbug documentation  | view source Contained in the Perlbug distribution.

Index


NAME

Top

Perlbug::Utility - Object handler for Utility methods

DESCRIPTION

Top

Utility wrapper for Perlbug modules usage

SYNOPSIS

Top

	use Perlbug::Utility;

	print Perlbug::Utility->new()->dump;

METHODS

Top

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

Top

Richard Foley perlbug@rfi.net 2001


Perlbug documentation  | view source Contained in the Perlbug distribution.