|
NAMEText::Decorator::Node - A blob of text in a Text::Decorator decorationSYNOPSISmy $node = Text::Decorator::Node->new($text); $node->format_as("html"); DESCRIPTIONThis represents a piece of text which is going to undergo formatting and decoration.METHODSnewmy $node = Text::Decorator::Node->new($text); Creates a new Text::Decorator::Node instance with the specified text. format_as$node->format_as($representation) Returns this node in the specified representation, or plain text.
Visit the GSP FreeBSD Man Page Interface. |