Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第12,38112,390项(搜索用时0.011秒)
devel/Params-Coerce-0.14 (Score: 9.2878623E-4)
Allows your classes to do coercion of parameters (Params::Coerce)
Params::Coerce - Allows your classes to do coercion of parameters
devel/Params-Util-1.07 (Score: 9.2878623E-4)
Utility functions to aid in parameter checking
Params::Util provides a basic set of importable functions that makes checking parameters a hell of a lot easier.
devel/Perl6-Export-0.07 (Score: 9.2878623E-4)
Implements the Perl 6 'is export(...)' trait
This module prototypes the Perl 6 'exported' and 'exportable' traits in Perl 5.
devel/Perl6-Junction-1.60000 (Score: 9.2878623E-4)
Perl6 style Junction operators in Perl5
This is a lightweight module which provides 'Junction' operators, the most commonly used being any and all.
devel/Params-Validate-1.24 (Score: 9.2878623E-4)
Validate method/function parameters
The Params::Validate module allows you to validate method or function call parameters to an arbitrary level of specificity. At the simplest level, it is capable of validating the required parameters were given and that no unspecified additional parameters were passed in. It is also capable of determining that a parameter is of a specific type, that it is an object of a certain class hierarchy, that it possesses certain methods, or applying validation callbacks to arguments.
devel/Perl6-Say-0.16 (Score: 9.2878623E-4)
Perl 6 say (print, but no newline needed) function
Implements a close simulation of the say function in Perl 6, which acts like print but automatically appends a newline.
devel/Paranoid-0.36 (Score: 9.2878623E-4)
Paranoia support for safer programs
Paranoid is a collection of modules started out as modules which perform things (debatably) in a safer and taint-safe manner. Since then it's also grown to include functionality that fit into the same framework and conventions of the original modules, including keeping the debug hooks for command-line debugging.
devel/PerlIO-Layers-0.011 (Score: 9.2878623E-4)
Query the properties/capabilities of filehandle
Perl's filehandles are implemented as a stack of layers, with the bottom-most usually doing the actual IO and the higher ones doing buffering, encoding/decoding or transformations. PerlIO::Layers allows you to query the filehandle's properties concerning there layers.
devel/PerlIO-Util-0.72 (Score: 9.2878623E-4)
Selection of general PerlIO utilities
PerlIO::Util provides general PerlIO utilities: utility layers and utility methods. Utility layers are a part of PerlIO::Util, but you don't need to say use PerlIO::Util for loading them. They will be automatically loaded.
devel/PerlIO-locale-0.10 (Score: 9.2878623E-4)
PerlIO layer to use the encoding of the current locale
PerlIO layer to use the encoding of the current locale.