Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第12,56112,570项(搜索用时0.01秒)
devel/Sub-WrapPackages-2.0 (Score: 9.2878623E-4)
Add pre- and post-execution wrappers
Sub::WrapPackages - add pre- and post-execution wrappers around all the subroutines in packages or around individual subs.
devel/Sys-CPU-0.52 (Score: 9.2878623E-4)
Sys::CPU - Perl extension for getting CPU information
Sys::CPU - Perl extension for getting CPU information. In responce to a post on perlmonks.org, a module for counting the number of CPU's on a system. Support has now also been added for type of CPU and clock speed. While much of the code is from UNIX::Processors, Win32 support has been added (but not tested).
devel/Test-Debugger-0.14 (Score: 9.2878623E-4)
Create Test Scripts which Generate Log Files
Have you ever tried to debug a test script that is failing tests? Without too many modifications, your test script can generate a log file with information about each failed test. You can take your existing test script, and with (hopefully) very little effort, convert it to use Test::Debugger. Then re-run your modified test and view the log file it creates.
devel/Sys-Info-0.78 (Score: 9.2878623E-4)
Fetch information from the host system
Sys::Info is a Perl module to fetch information from the host system.
devel/Sys-MemInfo-0.91 (Score: 9.2878623E-4)
Sys::MemInfo - Perl extension for getting Memory information
Sys::MemInfo return the total amount of free and used physical memory in bytes in totalmem and freemem variables. Total amount of free and user swap memory are alse returned in totalswap and freeswap variables.
devel/Sys-SigAction-0.21 (Score: 9.2878623E-4)
Perl extension for Consistent Signal Handling
Sys::SigAction - Perl extension for Consistent Signal Handling. With the use of this module, the signal handling behavior can be coded in a way that does not change from one perl version to the next, and thus using POSIX::sigaction() becomes a little easier.
devel/Sys-Syscall-0.25 (Score: 9.2878623E-4)
Access system calls that Perl doesn't provide access to
Use epoll, sendfile, from Perl. Mostly Linux-only support now, but more syscalls/OSes planned for future.
devel/Sys-Virt-1.1.1 (Score: 9.2878623E-4)
Perl bindings for libvirt
The Sys::Virt module provides a Perl XS binding to the libvirt virtual machine management APIs. This allows machines running within arbitrary virtualization containers to be managed with a consistent API.
devel/System-Command-1.118 (Score: 9.2878623E-4)
Object for running system commands
System::Command is a class that launches external system commands and return an object representing them, allowing to interact with them through their STDIN, STDOUT and STDERR handles.
devel/TAP-SimpleOutput-0.003 (Score: 9.2878623E-4)
Simple closure-driven TAP generator
A number of simple closures designed to help output TAP easily and correctly, with a minimum of fuss.