DBIx::HTMLView::Fld - Basic parser for fmt strings and files


NAME

  DBIx::HTMLView::Fld - Basic parser for fmt strings and files


SYNOPSIS =head1 DESCRIPTION

ANY: VAR | FLD | FMT | PERL | TXT VAR: ``<VAR '' ... ``>'' FLD: ``<FLD '' ... ``>'' FMT: ``<FMT '' ... ``>'' ANY ``</FTM>'' PERL: ``<PERL '' ... ``>'' ... ``</PERL>'' TXT: Anything else

$sel->token

Returns the current token.

$sel->token($kind)

Returns true if the current token is of the kind $kind.

$sel->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