Ports Search

Results 12,08112,090 of 19,819 for %22HTTP Server%22.(0.011 seconds)
devel/File-Type-0.22 (Score: 9.2878623E-4)
Determine file type using magic
File::Type uses magic numbers (typically at the start of a file) to determine the MIME type of that file. File::Type can use either a filename, or file contents, to determine the type of a file.
devel/File-Util-3.27 (Score: 9.2878623E-4)
Perl5 module for easy, versatile, portable file handling
File::Util provides a comprehensive toolbox of utilities to automate all kinds of common tasks on file / directories. Its purpose is to do so in the most portable manner possible so that users of this module won't have to worry about whether their programs will work on other OSes and machines.
devel/Guard-1.023 (Score: 9.2878623E-4)
Safe cleanup blocks
This module implements so-called "guards". A guard is something (usually an object) that "guards" a resource, ensuring that it is cleaned up when expected.
devel/Filter-Template-1.043 (Score: 9.2878623E-4)
Source filter for inline code templates (macros)
Filter::Template is a Perl source filter that provides simple inline source code templates. Inlined source code can be significantly faster than subroutines, especially for small-scale functions like accessors and mutators. On the other hand, they are more difficult to maintain and use. Choose your trade-offs wisely.
devel/Hash-AsObject-0.13 (Score: 9.2878623E-4)
Hashes with accessors/mutators
A Hash::AsObject is a blessed hash that provides read-write access to its elements using accessors. (Actually, they're both accessors and mutators.) It's designed to act as much like a plain hash as possible; this means, for example, that you can use methods like DESTROY and if the Hash::AsObject has an element with that name, it'll get or set it.
devel/Forest-0.10 (Score: 9.2878623E-4)
Collection of n-ary tree related modules
Forest is intended to be a replacement for the Tree::Simple family of modules, and fixes many of the issues that have always bothered me about them. It is by no means a complete replacement yet, but should eventually grow to become that.
devel/Form-Sensible-0.20023 (Score: 9.2878623E-4)
Sensible way to handle form based user interface
Form::Sensible is a different kind of form library. Form::Sensible is not just another HTML form creator, or a form validator, though it can do both. Form::Sensible, instead, focuses on what forms are: a method to relay information to and from a user interface. Form::Sensible forms are primarily tied to the data they represent. Form::Sensible is not tied to HTML in any way. You could render Form::Sensible forms using any presentation system you like, whether that's HTML, console prompts, WxPerl or voice prompts. (* currently only an HTML renderer is provided with Form::Sensible, but work is already under way to produce others.) Features: - Easy form validation - Ability to easily save created forms for future use - Define form once, render any number of ways - Flexible built-in form validator - Easily extended to produce new renderers, field types and validation - HTML renderer produces sane html that can be easily styled via CSS - HTML renderer allows for custom templates to control all aspects of form rendering. - HTML output not tied to any javascript library.
devel/Function-Parameters-1.0705 (Score: 9.2878623E-4)
Subroutine definitions with parameter lists
Function::Parameters extends Perl with keywords that let you define functions with parameter lists. It uses Perl's keyword plugin API, so it works reliably and doesn't require a source filter.
devel/Future-0.33 (Score: 9.2878623E-4)
Build objects representing outstanding operations
A Future object represents an operation that is currently in progress, or has recently completed. Library functions that perform asynchronous operations would use Future objects to allow calling programs to control or wait for those operations to complete.
devel/Hash-MoreUtils-0.05 (Score: 9.2878623E-4)
Perl extension to provide the stuff missing in Hash::Util
Provide the stuff missing in Hash::Util.