Ports Search

Results 11,66111,670 of 19,819 for %22HTTP Server%22.(0.011 seconds)
devel/B-Keywords-1.15 (Score: 9.2878623E-4)
Lists of reserved barewords and symbol names
B::Keywords supplies seven arrays of keywords: @Scalars, @Arrays, @Hashes, @Filehandles, @Symbols, @Functions and @Barewords. The @Symbols array includes the contents of each of @Scalars, @Arrays, @Hashes and @Filehandles. Similarly, @Barewords adds a few non-function keywords (like __DATA__, NULL) to the @Functions array. All additions and modifications are welcome.
devel/B-OPCheck-0.32 (Score: 9.2878623E-4)
PL_check hacks using Perl callbacks
PL_check is an array indexed by opcode number (op_type) that contains function pointers invoked as the last stage of optree compilation, per op.
devel/B-Utils-0.27 (Score: 9.2878623E-4)
Helper functions for op tree manipulation
These functions make it easier to manipulate the op tree.
devel/BZ-Client-1.04 (Score: 9.2878623E-4)
Client for the Bugzilla web services API
A client for the Bugzilla web services API.
devel/Best-0.15 (Score: 9.2878623E-4)
Fallbackable module loader
Often there are several possible providers of some functionality your program needs, but you don't know which is available at the run site. For example, one of the modules may be implemented with XS, or not in the core Perl distribution and thus not necessarily installed. Best.pm attempts to load modules from a list, stopping at the first successful load and failing only if no alternative was found.
devel/Benchmark-Timer-0.7107 (Score: 9.2878623E-4)
Code benchmarking tool
Benchmark::Timer class allows you to time portions of code conveniently, as well as benchmark code by allowing timings of repeated trials. It is perfect for when you need more precise information about the running time of portions of your code than the Benchmark module will give you, but don't want to go all out and profile your code.
devel/Bread-Board-0.32 (Score: 9.2878623E-4)
Solderless way to wire up your application components
Bread::Board is an inversion of control framework with a focus on dependency injection and lifecycle management. It's goal is to help you write more decoupled objects and components by removing the need for you to manually wire those objects/components together.
devel/C-Scan-0.74 (Score: 9.2878623E-4)
Perl5 module to scan C language files for easily recognized constructs
C-Scan is a Perl module to scan C language files for easily recognized constructs such as included header files, macros and their arguments, declarations of functions, extern declarations, and typedefs. It uses the Data::Flow interface.
devel/B-Size2-2.07 (Score: 9.2878623E-4)
Perl extension to measure size of Perl OPs and SVs
Measure size of Perl OPs and SVs. B::Size2 is a fork of B::Size 0.09.
devel/CBOR-XS-1.30 (Score: 9.2878623E-4)
Perl does Concise Binary Object Representation (CBOR, RFC7049)
This module converts Perl data structures to the Concise Binary Object Representation (CBOR, RFC7049) and vice versa.