![]() |
![]()
| ![]() |
![]()
NAMEText::Query::Build - Base class for query builders SYNOPSISpackage Text::Query::BuildMy; use Text::Query::Build; use vars qw(@ISA); @ISA = qw(Text::Query::Build); DESCRIPTIONThis module provides a virtual base class for query builders. Query builders are called by the parser logic. A given set of functions is provided by the builder to match a Boolean logic. All the methods return a scalar corresponding to the code that performs the specified options. Parameters Q1 and Q2 are the same type of scalar as the return values. METHODS
CODE-GENERATION METHODS
SEE ALSOText::Query(3) AUTHORSEric Bohlman (ebohlman@netcom.com) Loic Dachary (loic@senga.org)
|