Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第11,67111,680项(搜索用时0.01秒)
devel/BFD-0.31 (Score: 9.2878623E-4)
Impromptu dumping of data structures for debugging purposes
BFD allows for impromptu dumping of output to STDERR. Useful when you want to take a peek at a nest Perl data structure by emitting (relatively) nicely formatted output with filename and line number prefixed to each line.
devel/BS-Event-0.3 (Score: 9.2878623E-4)
Class that provides an event callback interface
This module was mainly written for Net::XMPP2, Net::IRC3 and BS to provide a consistent API for registering and emitting events. Even though I originally wrote it for those modules I released it separately in case anyone may find this module useful.
devel/BSD-Resource-1.2907 (Score: 9.2878623E-4)
Perl module to access BSD resource limit and priority functions
This Perl extension implements the BSD process resource limit functions getrusage() getrlimit() setrlimit() and the BSD process priority functions. These are available also via core Perl but here we do more tricks so that the PRIO_* are available. getpriority() setpriority() Also is provided times() which provides the same functionality as the one in core Perl, only with better time resolution.
devel/BSD-devstat-0.02 (Score: 9.2878623E-4)
Perl extension of devstat(3) API
Perl extension for devstat(3) API.
devel/BSD-stat-1.35 (Score: 9.2878623E-4)
Stat() with BSD 4.4 extensions
This module's default exports override the core stat() and lstat() functions, replacing them with versions that contain BSD 4.4 extensions such as flags. This module also adds chflags function.
devel/Badger-0.09 (Score: 9.2878623E-4)
Perl Application Programming Toolkit
The Badger toolkit is a collection of Perl modules designed to simplify the process of building object-oriented Perl applications. It provides a set of foundation classes upon which you can quickly build robust and reliable systems that are simple, sexy and scalable.
devel/CHI-0.580 (Score: 9.2878623E-4)
Perl extension for unified cache interface
CHI provides a unified caching API, designed to assist a developer in persisting data for a specified period of time. The CHI interface is implemented by driver classes that support fetching, storing and clearing of data. Driver classes exist or will exist for the gamut of storage backends available to Perl, such as memory, plain files, memory mapped files, memcached, and DBI. CHI is intended as an evolution of DeWitt Clinton's Cache::Cache package, adhering to the basic Cache API but adding new features and addressing limitations in the Cache::Cache implementation.
devel/CLASS-1.00 (Score: 9.2878623E-4)
Alias for __PACKAGE__
[BCLASS and $CLASS are both synonyms for __PACKAGE__. Easier to type. $CLASS has the additional benefit of working in strings. CLASS is a constant, not a subroutine call. $CLASS is a plain variable, it is not tied. There is no performance loss for using CLASS over __PACKAGE__ except the loading of the module.
devel/CPAN-Changes-0.40.0001 (Score: 9.2878623E-4)
Read and write CPAN Changes files
Perl module to read and write CPAN Changes files
devel/CPAN-Checksums-2.12 (Score: 9.2878623E-4)
Perl module to write a CHECKSUMS file for a directory as on CPAN
CPAN::Checksums - Write a CHECKSUMS file for a directory as on CPAN