NAME

Perlbug::Object::Address - address handler

DESCRIPTION

Perlbug address class.

For inherited methods, see Perlbug::Object

SYNOPSIS

use Perlbug::Object::Address;

my $o_addr = Perlbug::Object::Address->new();

print $o_addr->selector;

METHODS

new

Create new Address object:

my $o_addr = Perlbug::Object::Address->new();
FORMAT_a

Default ascii format, inc. message body

my ($top, $format, @args) = $o_msg->FORMAT_a(\%data);
FORMAT_A

Default ascii format, inc. message body

my ($top, $format, @args) = $o_msg->FORMAT_a(\%data);

AUTHOR

Richard Foley perlbug@rfi.net 2001

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 45:

'=item' outside of any '=over'

Around line 126:

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