Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第12,35112,360项(搜索用时0.01秒)
devel/Object-Simple-3.1600 (Score: 9.2878623E-4)
Simple class builder
Simple class builder
devel/Olson-Abbreviations-0.04 (Score: 9.2878623E-4)
Globally unique timezones abbreviation handling
This module should help you with converting commonly used and often ambigious olson abbreviations into TZ offset notation.
devel/OrePAN2-0.40 (Score: 9.2878623E-4)
Perl extension for yet another DarkPAN manager
Yet another DarkPAN manager. You can create your own Perl module archive with OrePAN2! It's very simple and useful.
devel/PAR-Packer-1.033 (Score: 9.2878623E-4)
PAR Packager
PAR-Packer is part of the PAR Toolkit. It is the PAR component that can generate stand-alone executables and ".par" archives.
devel/PAR-1.010 (Score: 9.2878623E-4)
Perl Archive Toolkit
The PAR Toolkit is a cross between Java's JAR and Perl2EXE; It makes cross-platform packaging and deployment a breeze for Perl programmers. Notable features include: * Turn your Perl programs into ready-to-run executables * Pack scripts and required libraries with a binary loader * Put PAR files into @INC to avoid version conflicts * Works with remote URL as well as local files * Supports XS modules and DATA sections * Turns CPAN module distributions into PAR distributions * Install, uninstall, signs and verifies PAR distributions * Runs scripts inside PAR files, generated by "pp -p"
devel/PHP-Serialization-0.34 (Score: 9.2878623E-4)
Converting the output of PHP serialize() into the Perl
Provides a simple, quick means of serializing perl memory structures (including object data!) into a format that PHP can deserialize() and access, and vice versa. NOTE: Converts PHP arrays into Perl Arrays when the PHP array used exclusively numeric indexes, and into Perl Hashes then the PHP array did not.
devel/Parallel-Iterator-1.00 (Score: 9.2878623E-4)
Simple parallel execution
This module provides a 'parallel map'. Multiple worker processes are forked so that many instances of the transformation function may be executed simultaneously.
devel/Params-Check-0.38 (Score: 9.2878623E-4)
Generic input parsing/checking mechanism for Perl
Params::Check is a generic input parsing/checking mechanism. It allows you to validate input via a template. The only requirement is that the arguments must be named.
devel/Params-Classify-0.013 (Score: 9.2878623E-4)
Argument type classification
This module provides various type-testing functions. These are intended for functions that, unlike most Perl code, care what type of data they are operating on. For example, some functions wish to behave differently depending on the type of their arguments (like overloaded functions in C++). These functions only provide type classification; they do not enforce type restrictions. Type enforcement may, of course, be built using these classification functions, but the reader's attention is drawn to Params::Validate.
devel/Parse-ExuberantCTags-1.02 (Score: 9.2878623E-4)
Perl module to efficiently parse exuberant ctags files
This Perl module parses ctags files and handles both traditional ctags as well as extended ctags files such as produced with Exuberant ctags. The module is implemented as a wrapper around the readtags library that normally ships with Exuberant ctags.