NAME

Perlbug::Object::Template - Template class

DESCRIPTION

Perlbug Template class.

Each User may Template each Object

For inherited methods, see Perlbug::Object

SYNOPSIS

use Perlbug::Object::Template;

my $o_template = Perlbug::Object::Template->new();

print $o_template->read('1003')->format('a');

METHODS

new

Create new Template object:

my $o_template = Perlbug::Object::Template->new();

AUTHOR

Richard Foley perlbug@rfi.net 2001

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 47:

'=item' outside of any '=over'

Around line 72:

You forgot a '=back' before '=head1'