The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Goo::Object - Super object that holds convenience methods.

SYNOPSIS

use Goo::Object;

DESCRIPTION

METHODS

new

instantiate an object

add_fields

add fields to this object

has

return whether or not an attribute is defined for this object?

get_type

return the type of this object

to_string

return a string representation of this object

to_htmlstring

return a HTML representation of this object

AUTHOR

Nigel Hamilton <nigel@trexy.com>

SEE ALSO