Daniel Peder > SML-Parser-0.11 > SML::Template

Download:
SML-Parser-0.11.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

SML::Template - SIMPLIFIED MARKUP LANGUAGE

 $Revision: 1.1 $
 $Date: 2004/05/10 20:28:18 $

METHODS ^

new, parse, parse_attributes
 Inherited from SML::Parser.
new d86 1 a86 1 $sml = SML::Template->new(); a89 6 ### -------------------------------------------------------------------------- sub new ### -------------------------------------------------------------------------- { bless {}; } @