MAN page from Old RedHat 6.X perl-Text-Query-0.07-6.i386.rpm
lib::Text::Query::BuildAdvancedString
Section: User Contributed Perl Documentation (3)
Updated: perl 5.005, patch 03
Index NAME
Text::Query::BuildAdvancedString - Builder for Text::Query::ParseAdvanced to build regexps
SYNOPSIS
use Text::Query; my $q=new Text::Query('hello and world', -parse => 'Text::Query::ParseAdvanced', -solve => 'Text::Query::SolveAdvancedString', -build => 'Text::Query::BuildAdvancedString'); DESCRIPTION
Build a regexp to match the advanced query parsed by Text::Query::ParseAdvanced.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.