| Paketname | libtext-query-perl |
| Beschreibung | Text::Query - Query processing framework |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 0.07-4 |
| Sektion | universe/perl |
| Priorität | optional |
| Installierte Größe | 180 Byte |
| Hängt ab von | perl (>= 5.6.0-16) |
| Empfohlene Pakete | |
| Paketbetreuer | Guillaume Morin |
| Quelle | |
| Paketgröße | 44894 Byte |
| Prüfsumme MD5 | 943b557dcf81ddf49049f4a0c619c4b1 |
| Prüfsumme SHA1 | 30c5525d01dec4a64c62b42a2e655ae67f2179af |
| Prüfsumme SHA256 | af09445c5a7772494bffcb4664fbcf9f8ef0d71a4d6360bcd5056338cb4381a2 |
| Link zum Herunterladen | libtext-query-perl_0.07-4_all.deb |
| Ausführliche Beschreibung | This module provides an object that matches a data source
against a query expression.
.
Query expressions are compiled into an internal form when a new
object is created or the `prepare' method is called; they are
not recompiled on each match.
.
The class provided by this module uses four packages to process
the query. The query parser parses the question and calls a
query expression builder (internal form of the question). The
optimizer is then called to reduce the complexity of the
expression. The solver applies the expression on a data source.
|