DBIx::HTMLView::Fld - Basic parser for fmt strings and files |
DBIx::HTMLView::Fld - Basic parser for fmt strings and files
ANY: VAR | FLD | FMT | PERL | TXT VAR: ``<VAR '' ... ``>'' FLD: ``<FLD '' ... ``>'' FMT: ``<FMT '' ... ``>'' ANY ``</FTM>'' PERL: ``<PERL '' ... ``>'' ... ``</PERL>'' TXT: Anything else
Returns the current token.
token($kind)
Returns true if the current token is of the kind $kind.
token($kind,$val)
Set $val as the curent token, and $kind as the kind of that token.
DBIx::HTMLView::Fld - Basic parser for fmt strings and files |