Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第15,90115,910项(搜索用时0.011秒)
textproc/Text-Query-0.09 (Score: 9.2878623E-4)
Query processing framework
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.
textproc/Text-Quote-0.32 (Score: 9.2878623E-4)
Quotes strings as required for perl to eval them back correctly
Text::Quote is intended as a utility class for other classes that need to be able to produce valid perl quoted strings. It posses routines to determine the ideal quote character to correctly quote hash keys, to correctly quote and encode binary strings.
textproc/Text-Quoted-2.09 (Score: 9.2878623E-4)
Text::Quoted - Extract the structure of a quoted mail message
Text::Quoted examines the structure of some text which may contain multiple different levels of quoting, and turns the text into a nested data structure.
textproc/Text-Reflow-1.11 (Score: 9.2878623E-4)
Perl module for reflowing text files
These routines will reflow the paragraphs in the given file, filehandle, string or array using Knuth's paragraphing algorithm (as used in TeX) to pick "good" places to break the lines.
textproc/Text-Reform-1.20 (Score: 9.2878623E-4)
Manual text wrapping and reformatting
Manual text wrapping and reformatting
textproc/Text-RecordParser-1.6.3 (Score: 9.2878623E-4)
Read record-oriented files
This module is for reading record-oriented data. The most common example have records separated by newlines and fields separated by commas or tabs, but this module aims to provide a consistent interface for handling sequential records in a file however they may be delimited.
textproc/Text-Repository-1.04 (Score: 9.2878623E-4)
Simple way to manage text without mixing it with Perl
Text::Repository attempts to simplify storing shared text between multple Perl modules, scripts, templating systems, etc. It does this by allowing chunks of text to be stored with symbolic names. Text::Repository was originally designed to store SQL queries, but can of course be used with any kind of text that needs to be shared. Seamus Venasse <svenasse@polaris.ca>
textproc/Text-Roman-3.5 (Score: 9.2878623E-4)
Allows conversion between Roman and Arabic algarisms
This package supports both conventional Roman algarisms (which range from *1* to *3999*) and Milhar Romans, a variation which uses a bar across the algarism to indicate multiplication by *1_000*.
textproc/Text-Report-1.004 (Score: 9.2878623E-4)
For generating mixed columnar formatted reports and report templates
Text::Report - Perl extension for generating mixed columnar formatted reports and report templates
textproc/Text-Shellwords-1.08 (Score: 9.2878623E-4)
This is a thin wrapper around the shellwords.pl package
This is a thin wrapper around the shellwords.pl package, which comes preinstalled with Perl. This module imports a single subroutine, shellwords(). The shellwords() routine parses lines of text and returns a set of tokens using the same rules that the Unix shell does for its command-line arguments. Tokens are separated by whitespace, and can be delimited by single or double quotes. The module also respects backslash escapes.