Ports Search

Results 11,58111,590 of 19,819 for %22HTTP Server%22.(0.011 seconds)
devel/B-C-1.52 (Score: 9.2878623E-4)
Perl compiler's C backend
Perl compiler's C backend This compiler backend takes Perl source and generates C source code corresponding to the internal structures that perl uses to run your program. When the generated C source is compiled and run, it cuts out the time which perl would have taken to load and parse your program into its internal semi-compiled form. That means that compiling with this backend will not help improve the runtime execution speed of your program but may improve the start-up time. Depending on the environment in which your program runs this may be either a help or a hindrance.
devel/ex-1.0.6 (Score: 9.2878623E-4)
OSSP ex is a small exception handling library for use in C
OSSP ex is a small ISO-C++ style exception handling library for use in the ISO-C language. It allows you to use the paradigm of throwing and catching exceptions in order to reduce the amount of error handling code without making your program less robust.
devel/var-1.1.3 (Score: 9.2878623E-4)
Flexible, full-featured, and fast variable expansion library
OSSP var is a flexible, full-featured and fast variable construct expansion library. It supports a configurable variable construct syntax very similar to the style found in many scripting languages (like @name, ${name}, , etc.) and provides both simple scalar (${name}) and array (${name[index]}) expansion, plus optionally one or more post-operations on the expanded value (${name:op:op...}).
devel/AI-Prolog-0.741 (Score: 9.2878623E-4)
Perl extension for logic programming
AI::Prolog is merely a convenient wrapper for a pure Perl Prolog compiler. Regrettably, at the current time, this requires you to know Prolog. That will change in the future.
devel/ARGV-Struct-0.03 (Score: 9.2878623E-4)
Perl extension to parse complex data structures passed in ARGV
Parse complex data structures passed in ARGV.
devel/Acme-Damn-0.06 (Score: 9.2878623E-4)
Unblessing perl objects
Acme::Damn provides a way to unbless objects.
devel/Acme-MetaSyntactic-1.012 (Score: 9.2878623E-4)
Themed metasyntactic variables names
Acme::MetaSyntactic produces a sequence of meta-syntactic names (not unlike 'foo' and 'bar') using a number of schemes.
devel/Agent-3.20 (Score: 9.2878623E-4)
Perl module that provides a foundation for software agent developers
Agent Perl provides both a foundation for software agent developers, and a standardized API for the agent's users. Agent's two most prominent features are its support for agent transportation and abstract messaging over different mediums.
devel/Algorithm-Accounting-0.08 (Score: 9.2878623E-4)
Generate accounting statistic for general logs
Algorithm::Accounting provide simple aggregation method to make log accounting easier. It accepts data in rows, each rows can have many fields, and each field is a scalar or a list(arrayref). The basic usage is you walk through all your logs, and use append_data() to insert each rows, (you'll have to split the line into fields), and then call result() to retrieve the result, or report() to immediately see simple result. You may specify a filed_groups parameter (arrayref of arrayref), and Algorithm::Accounting will account these fields in groups.
devel/Algorithm-Annotate-0.10 (Score: 9.2878623E-4)
Represent a series of changes in annotate form
Algorithm::Annotate generates a list that is useful for generating output similar to "cvs annotate".