Ports Search

Results 12,76112,770 of 19,819 for %22HTTP Server%22.(0.012 seconds)
devel/Unix-Uptime-0.3701 (Score: 9.2878623E-4)
Determine the current uptime in seconds
This is a rather simple module that abstracts the task of figuring out the current system uptime, in seconds. It was born out of a desire to do this on non-Linux systems, without SNMP. If you want to use SNMP, there are pleanty of modules on CPAN already.
devel/ZML-1.0.0 (Score: 9.2878623E-4)
Simple, fast, and easy to read binary data storage format
A simple, fast, and easy to read binary data storage format. It allows for comments and meta data as well.
devel/User-Identity-0.94 (Score: 9.2878623E-4)
Perl module for abstracting information about a physical person
User::Identity is a Perl module for abstracting information about a physical person.
devel/VCS-Lite-0.12 (Score: 9.2878623E-4)
Minimal version control system
This module provides the functions normally associated with a version control system, but without needing or implementing a version control system. Applications include wikis, document management systems and configuration management. It makes use of the module Algorithm::Diff. It provides the facility for basic diffing, patching and merging.
devel/Validation-Class-7.900056 (Score: 9.2878623E-4)
Perl extension for centralized input validation for any application
Validation::Class is a different approach to data validation, it attempts to simplify and centralize data validation rules to ensure DRY (don't repeat yourself) code. The primary intent of this module is to provide a simplistic validation work-flow and promote code (validation) reuse.
devel/Variable-Eject-0.02 (Score: 9.2878623E-4)
Eject variables from hash to current namespace
Variable::Eject - Eject variables from hash to current namespace
devel/Variable-Magic-0.59 (Score: 9.2878623E-4)
Associate user-defined magic to variables from Perl
Magic is Perl way of enhancing objects. This mechanism lets the user add extra data to any variable and overload syntaxical operations (such as access, assignment or destruction) that can be applied to it. With this module, you can add your own magic to any variable without having to write a single line of XS.
devel/Workflow-1.42 (Score: 9.2878623E-4)
Simple, flexible system to implement workflows
Workflow - Simple, flexible perl-based system to implement workflows
devel/XML-Pastor-1.0.4 (Score: 9.2878623E-4)
Generate Perl classes with XML bindings from a W3C XSD schema
Java has Castor, and now Perl has XML::Pastor! If you know what Castor does in the Java world, then XML::Pastor should be familiar to you. If you have a W3C XSD schema, you can generate Perl classes with roundtrip XML bindings.
devel/Xporter-0.1.2 (Score: 9.2878623E-4)
Alternative Exporter with persistant defaults and auto-ISA
Xporter provides EXPORT functionality similar to Exporter with some different rules to simplify common cases. The primary difference, in Xporter is that the default EXPORT list remains the default EXPORT list unless the user specifically asks for it to not be included, whereas in Exporter, asking for any additional exports from the EXPORT_OK list, clears the default EXPORT list. Xporter makes it easy to reset or clear the default so that choice is left to the user. To reset the default EXPORT list to empty, a bare minus ('-') or logical-not sign ('!') is placed as the first parameter in the client's import list.