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

NAME

IWL::Text - a simple text object

INHERITANCE

IWL::Object -> IWL::Text

DESCRIPTION

The Text object can hold any text that doesn't have opening/closing tags. It doesn't have children.

CONSTRUCTOR

IWL::Text->new ([CONTENT])

Where CONTENT is an optional parameter that holds the contents of the text object.

METHODS

appendContent (CONTENT)

Appends more text to the current context.

Parameter: CONTENT - the text to be appended

prependContent (CONTENT)

Prepends more text to the current context.

Parameter: CONTENT - the text to be prepended

setContent (CONTENT)

Sets CONTENT as the current context.

Parameter: CONTENT - the text to be set

LICENCE AND COPYRIGHT

Copyright (c) 2006-2007 Viktor Kojouharov. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perldoc perlartistic.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 104:

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