MAN page from Old RedHat 7.X perl-Text-Query-0.06-8.i386.rpm
Text::Query::BuildSimpleString
Section: User Contributed Perl Documentation (3)
Updated: perl v5.6.0
Index NAME
Text::Query::BuildSimpleString - Builder for Text::Query::ParseSimple to build regexps
SYNOPSIS
use Text::Query; my $q=new Text::Query('+hello +world', -parse => 'Text::Query::ParseSimple', -solve => 'Text::Query::SolveSimpleString', -build => 'Text::Query::BuildSimpleString'); DESCRIPTION
Build a regexp to match the simple query parsed by Text::Query::ParseSimple.The words of the query can be regular expressions and will provide the expectedresult if the
`-regexp' option is set.
SEE ALSO
Text::Query(3)
Text::Query::Build(3)
AUTHORS
Eric Bohlman (ebohlmanAATTnetcom.com)
Loic Dachary (loicAATTsenga.org)
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- SEE ALSO
- AUTHORS
This document was created byman2html,using the manual pages.