Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第15,83115,840项(搜索用时0.044秒)
textproc/String-BufferStack-1.16 (Score: 9.2878623E-4)
Nested buffers for templating systems
String::BufferStack provides a framework for storing nested buffers. By default, all of the buffers flow directly to the output method, but individual levels of the stack can apply filters, or store their output in a scalar reference.
textproc/String-CamelCase-0.02 (Score: 9.2878623E-4)
Perl module for camelcase, de-camelcase
String::CamelCase provides camelcase and de-camelcase.
textproc/String-Divert-0.96 (Score: 9.2878623E-4)
String::Divert - String Object supporting Folding and Diversions
String::Divert is small Perl 5 module providing a scalar-like string object with some overloaded operators, supporting the concept of Folding and Diversion. This allows nested generation of structured output. The idea is to decouple the sequential generation of output from the nested and non-sequential structure of the output.
textproc/String-Escape-2010.002 (Score: 9.2878623E-4)
Registry of string functions, including backslash escapes
String::Escape - Registry of string functions, including backslash escapes
textproc/TOML-0.92 (Score: 9.2878623E-4)
Parser for Tom's Obvious, Minimal Language (TOML)
TOML implements a parser for Tom's Obvious, Minimal Language, as defined at [1]. TOML exports two subroutines, from_toml and to_toml. [1] https://github.com/mojombo/toml
textproc/String-ShowDiff-0.03 (Score: 9.2878623E-4)
Perl extension to help visualize differences between strings
This module is a wrapper around the diff algorithm from the module Algorithm::Diff. It's job is to simplify a visualization of the differences of each strings. Compared to the many other Diff modules, the output is neither in diff-style nor are the recognised differences on line or word boundaries, they are at character level.
textproc/String-Format-1.17 (Score: 9.2878623E-4)
Perl module for sprintf-like string formatting capability
String::Format is a Perl module which gives the user sprintf-like string formatting capabilities with arbitrary format definitions.
textproc/String-HexConvert-0.01 (Score: 9.2878623E-4)
String::HexConver - Converts ascii strings to hex and reverse
String::HexConvert It is a wrapper around pack and unpack of perl to convert a string of hex digits to ascii and other way around.
textproc/String-Tokenizer-0.06 (Score: 9.2878623E-4)
Simple string tokenizer
A simple string tokenizer which takes a string and splits it on whitespace. It also optionally takes a string of characters to use as delimiters, and returns them with the token set as well. This allows for splitting the string in many different ways. This is a very basic tokenizer, so more complex needs should be either addressed with a custom written tokenizer or post-processing of the output generated by this module. Basically, this will not fill everyones needs, but it spans a gap between simple split / /, $string and the other options that involve much larger and complex modules. Also note that this is not a lexical analyser. Many people confuse tokenization with lexical analysis. A tokenizer mearly splits its input into specific chunks, a lexical analyzer classifies those chunks. Sometimes these two steps are combined, but not here.
textproc/String-Truncate-1.100602 (Score: 9.2878623E-4)
Module for when strings are too long to be displayed in...
This module handles the simple but common problem of long strings and finite terminal width.