Ports Search

Results 11,88111,890 of 19,819 for %22HTTP Server%22.(0.012 seconds)
devel/Data-Random-0.12 (Score: 9.2878623E-4)
Perl module for generating random data
A module used to generate random data. Useful mostly for test programs.
devel/Data-Record-0.02 (Score: 9.2878623E-4)
Data::Record - "split" on steroids
Data::Record - "split" on steroids
devel/Data-Remember-0.07 (Score: 9.2878623E-4)
Remember complex information without giving yourself a headache
The author got really tired of statements that looked like: $heap->{job}{$job} = { source => $source, dest => $destination, options => $options, }; and later: if ($heap->{job}{$job}{options}{wibble} eq $something_else) { # do something... } This module is meant to simplify this sort of things, with optional persistence as a bonus.
devel/Data-Rmap-0.64 (Score: 9.2878623E-4)
Recursive map, apply a block to a data structure
Recursively evaluate a BLOCK over a list of data structures (locally setting $_ to each element) and return the list composed of the results of such evaluations. $_ can be used to modify the elements. Data::Rmap currently traverses HASH, ARRAY, SCALAR and GLOB reference types and ignores others. Depending on which rmap_* wrapper is used, the BLOCK is called for only scalar values, arrays, hashes, references, all elements or a customizable combination.
devel/Date-Easter-1.22 (Score: 9.2878623E-4)
Calculates Easter for any given year
Calculates Easter for a given year. Yes, Date::Manip already has code in it to do this. But Date::Manip is very big, and rather slow. I needed something faster and smaller, and did not need all that other stuff.
devel/Data-SExpression-0.41 (Score: 9.2878623E-4)
Perl extension to parse lisp S-expressions into perl data structures
Data::SExpression -- Parse Lisp S-Expressions into perl data structures.
devel/Data-Section-0.200006 (Score: 9.2878623E-4)
Read multiple hunks of data out of your DATA section
read multiple hunks of data out of your DATA section
devel/Date-Leapyear-1.72 (Score: 9.2878623E-4)
Perl module to determine if a particular year a leap year
Date::Leapyear is a Perl module which exports one function: isleap(), which returns a 1 or 0 if the year is a leap year or not, respectively.
devel/Data-Serializable-0.41.0 (Score: 9.2878623E-4)
Moose role that adds serialization support to any class
A Moose-based role that enables the consumer to easily serialize/deserialize data structures. The default serializer is Storable, but any serializer in the Data::Serializer hierarchy can be used automatically. You can even install your own custom serializer if the pre-defined ones are not useful for you.
devel/Data-Serializer-0.60 (Score: 9.2878623E-4)
Modules that serialize data structures
Provides a unified interface to the various serializing modules currently available. Adds the functionality of both compression and encryption.