Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第12,09112,100项(搜索用时0.01秒)
devel/Hash-MultiKey-0.06 (Score: 9.2878623E-4)
Hashes whose keys can be multiple
Hash::MultiKey provides hashes that accept arrayrefs of strings as keys.
devel/Hash-NoRef-0.03 (Score: 9.2878623E-4)
HASH that store values without increase the reference count
Hash::NoRef is a Perl module to create HASH that store values without increase the reference count (weak references). This can be used to store objects but without interfere in the DESTROY mechanism, since the reference in this HASH won't count.
devel/Geo-JSON-0.007 (Score: 9.2878623E-4)
Perl OO interface for geojson
Geo::JSON converts to and from geojson using Perl objects. GeoJSON objects represent various geographical positions - points, lines, polygons, etc. Currently supports 2 or 3 dimensions (longitude, latitude, altitude). Further dimensions in positions are ignored for calculations and comparisons, but will be read-from and written-to.
devel/Geo-ShapeFile-2.61 (Score: 9.2878623E-4)
Perl extension for handling ESRI GIS Shapefiles
The Geo::ShapeFile module reads ESRI ShapeFiles containing GIS mapping data, it has support for shp (shape), shx (shape index), and dbf (data base) formats.
devel/Hash-Union-0.03 (Score: 9.2878623E-4)
Smart hashes merging
Smart hashes merging
devel/Getargs-Long-1.1007 (Score: 9.2878623E-4)
Parse routine arguments
The Getargs::Long module allows usage of named parameters in function calls, along with optional argument type-checking. It provides an easy way to get at the parameters within the routine, and yields concise descriptions for the common cases of all-mandatory and all-optional parameter lists. Seamus Venasse <svenasse@polaris.ca>
devel/Hash-WithDefaults-0.05 (Score: 9.2878623E-4)
Class for hashes with key-casing requirements supporting defaults
This module implements hashes that support "defaults". That is you may specify several more hashes in which the data will be looked up in case it is not found in the current hash.
devel/Getopt-Compact-0.04 (Score: 9.2878623E-4)
Getopt processing in a compact statement with long and short options
This is yet another Getopt related module. Getopt::Compact is geared towards compactly and yet quite powerfully describing an option syntax. Options can be parsed, returned as a hashref of values, and/or displayed as a usage string or within the script POD.
devel/Hook-LexWrap-0.25 (Score: 9.2878623E-4)
Lexically scoped subroutine wrappers for Perl
Hook::LexWrap allows you to install a pre- or post-wrapper (or both) around an existing subroutine.
devel/Getopt-Tabular-0.3 (Score: 9.2878623E-4)
Table-driven argument parsing for Perl 5
Getopt::Tabular is a Perl 5 module for table-driven argument parsing, vaguely inspired by John Ousterhout's Tk_ParseArgv.