Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第11,70111,710项(搜索用时0.01秒)
devel/Carp-Always-0.13 (Score: 9.2878623E-4)
Perl extension to warn and die noisily with stack backtraces
This module is meant as a debugging aid. It can be used to make a script complain loudly with stack backtraces when warn()ing or die()ing.
devel/Calendar-Simple-1.21 (Score: 9.2878623E-4)
Perl extension to create simple calendars
Perl extension to create simple calendars.
devel/Carp-Assert-0.21 (Score: 9.2878623E-4)
Executable comments like the ANSI C library assert.h
Carp::Assert is intended for a purpose like the ANSI C library assert.h.
devel/Carp-Clan-6.06 (Score: 9.2878623E-4)
Report errors from perspective of caller of a "clan" of modules
This module is based on Carp.pm from Perl 5.005_03. It has been modified to skip all package names matching the pattern given in the "use" statement inside the "qw()" term (or argument list).
devel/Carp-Datum-0.1.3 (Score: 9.2878623E-4)
Debugging And Tracing Ultimate Module
Debugging And Tracing Ultimate Module.
devel/Carp-REPL-0.17 (Score: 9.2878623E-4)
Read-Eval-Print-Loop on die and/or warn
Read-Eval-Print-Loop on die and/or warn
devel/Carp-1.38 (Score: 9.2878623E-4)
Alternative warn and die for modules
The Carp routines are useful in your own modules because they act like die() or warn(), but with a message which is more likely to be useful to a user of your module. In the case of cluck, confess, and longmess that context is a summary of every call in the call-stack. For a shorter message you can use carp or croak which report the error as being from where your module was called. There is no guarantee that that is where the error was, but it is a good educated guess.
devel/Check-ISA-0.04 (Score: 9.2878623E-4)
DWIM, correct checking of an object's class
This module provides several functions to assist in testing whether a value is an object, and if so asking about its class.
devel/Chooser-2.0.0 (Score: 9.2878623E-4)
Takes a string composed of various tests, arguments, etc and returns a value
A system for choosing a value for something. Takes a string composed of various tests, arguements, and etc and returns a value based on it.
devel/Coro-6.51.1 (Score: 9.2878623E-4)
Coroutine process abstraction for perl
This module collection manages coroutines. Coroutines are similar to threads but don't run in parallel. In this module, coroutines are defined as "callchain + lexical variables + @_ + $_ + $@ + $^W + C stack), that is, a coroutine has its own callchain, its own set of lexicals and its own set of perl's most important global variables.