Ports Search

Results 13,82113,830 of 19,819 for %22HTTP Server%22.(0.01 seconds)
lang/Error-0.17024 (Score: 9.2878623E-4)
Error/exception handling in object-oriented programming style
Error - Error/exception handling in an OO-ish way This module, which provides support for throwing and catching Error (i.e. exception) objects.
lang/Expect-1.33 (Score: 9.2878623E-4)
Perl module inspired by the Tcl version of Expect
p5-Expect is a perl module inspired by the Tcl version of Expect.
lang/ExtUtils-F77-1.20 (Score: 9.2878623E-4)
Helps link C programs with Fortran subroutines
This module tries to figure out how to link C programs with Fortran subroutines on your system. Basically one must add a list of Fortran runtime libraries. The problem is their location and name varies with each OS/compiler combination!
lang/Interpolation-0.74 (Score: 9.2878623E-4)
Implement arbitrary string interpolation semantics for Perl
Beginners always want to write this: print "The sum of three and four is: 3+4"; And they want the 3+4 part to be evaluated, so that it prints this: The sum of three and four is: 7 Of course, it's a double-quoted string, so it's not evaluated. The only things that are evaluated in double-quoted strings are variable references. There are solutions to this, but most of them are ugly. This module is less ugly.
lang/JSAN-0.07 (Score: 9.2878623E-4)
JavaScript Archive Network (JSAN) Shell
JSAN -- JavaScript Archive Network (JSAN) Shell
lang/JavaScript-SpiderMonkey-0.21 (Score: 9.2878623E-4)
Perl interface to Mozilla JavaScript implementation
JavaScript::SpiderMonkey is a Perl Interface to the SpiderMonkey JavaScript Engine. It is different from Claes Jacobsson's "JavaScript.pm" in that it offers more friendly, Perl-like API.
lang/JavaScript-Squish-0.07 (Score: 9.2878623E-4)
Reduce/Compact JavaScript code to as few characters as possible
This module provides methods to compact javascript source down to just what is needed. It can remove all comments, put everything on one line (semi-)safely, and remove extra whitespace.
lang/Marpa-PP-0.014 (Score: 9.2878623E-4)
Pure Perl version of Marpa
Marpa::PP is the pure Perl version of Marpa. Marpa parses any language whose grammar can be written in BNF. That includes recursive grammars, ambiguous grammars, infinitely ambiguous grammars and grammars with useless or empty productions.
lang/Marpa-XS-1.008000 (Score: 9.2878623E-4)
XS version of Marpa
Marpa::XS is the XS version of Marpa. Marpa parses any language whose grammar can be written in BNF. That includes recursive grammars, ambiguous grammars, infinitely ambiguous grammars and grammars with useless or empty productions.
lang/Marpa-0.208 (Score: 9.2878623E-4)
Parse any Language You Can Describe in BNF
Marpa parses any language whose grammar can be written in BNF. That includes recursive grammars, ambiguous grammars, infinitely ambiguous grammars and grammars with useless or empty productions.