| Text-MetaText documentation | view source | Contained in the Text-MetaText distribution. |
Text::MetaText::Directive - MetaText Directive object class.
use Text::MetaText::Directive;
my $directive = Text::MetaText::Directive->new(\%params);
Objects of the Text::MetaText::Directive class are instantiated by the Text::MetaText::Factory class from within the Text::MetaText module. The Factory and Directive classes can be sub-classed to create a more specific processing system.
Andy Wardley <abw@kfs.org>
See also:
http://www.kfs.org/~abw/
$Revision: 0.4 $
Copyright (c) 1996-1998 Andy Wardley. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the Perl Artistic License.
For more information, see the main Text::MetaText documentation:
perldoc Text::MetaText
For more information about the author and other Perl development work:
http://www.kfs.org/~abw/
http://www.kfs.org/~abw/perl/
http://www.cre.canon.co.uk/perl/
For more information about Perl in general:
http://www.perl.com/
| Text-MetaText documentation | view source | Contained in the Text-MetaText distribution. |