Ports Search

Results 12,40112,410 of 19,819 for %22HTTP Server%22.(0.012 seconds)
devel/Proc-SafeExec-1.5 (Score: 9.2878623E-4)
Convenient utility for executing external commands in various ways
Proc::SafeExec provides an easy, safe way to execute external programs. It replaces all of Perl's questionable ways of accomodating this, including system(), open() with a pipe, exec(), back-ticks, etc. This module will never automatically invoke /bin/sh. This module is easy enough to use that /bin/sh should be unnecessary, even for complex pipelines.
devel/Proc-Simple-1.31 (Score: 9.2878623E-4)
Perl5 module to launch and control background processes
The Proc::Simple package provides objects that model real- life processes from a user's point of view. A new process object is created by $myproc = Proc::Simple->new(); Either shell-like command lines or references to perl subroutines can be specified for launching a process in background. A 10-second sleep process, for example, can be started via the shell as $myproc->start("sleep 10"); or, as a perl subroutine, with $myproc->start(sub { sleep(10); });
devel/Path-Dispatcher-1.06 (Score: 9.2878623E-4)
Perl flexible and extensible dispatch
Path::Dispatcher - flexible and extensible dispatch for perl
devel/Path-Extended-0.23 (Score: 9.2878623E-4)
Perl extension for yet another Path class
This is yet another file/directory handler that does a bit more than Path::Class for some parts, and a bit less for other parts. One of the main difference is Path::Extended always tries to use forward slashes when possible, ie. even when you're on the MS Windows, so that you don't need to care about escaping paths that annoys you from time to time when you want to apply regexen to a path, especially in file tests that use 'like' or 'compare'.
devel/Path-FindDev-0.5.2 (Score: 9.2878623E-4)
Find a development path in an upper hierarchy
Path::FindDev is used to find a development path somewhere in an upper hierarchy. It is mostly a glue layer around Path::IsDev with a few directory walking tricks.
devel/Path-IsDev-1.001002 (Score: 9.2878623E-4)
Perl extension to determine if path resembles dev source tree
This module is more or less a bunch of heuristics for determining if a given path is a development tree root of some kind. This has many useful applications, notably ones that require behaviours for "installed" modules to be different to those that are still "in development"
devel/Range-String-v0.01 (Score: 9.2878623E-4)
Perl5 module which provides interface to string ranges
Range::Integer is a perl module which can be helpful for work with string ranges.
devel/Path-Resource-0.072 (Score: 9.2878623E-4)
Perl module for combining local path manipulation and URI manipulation
Path::Resource is a module for combining local file and directory manipulation with URI manipulation. It allows you to effortlessly map local file locations to their URI equivalent.
devel/Rcs-1.05 (Score: 9.2878623E-4)
Perl Object Class for Revision Control System (RCS)
This Perl module provides an object oriented interface to access Revision Control System (RCS) utilities. RCS must be installed on the system prior to using this module. This module should simplify the creation of an RCS front-end.
devel/Path-Tiny-0.076 (Score: 9.2878623E-4)
File path utility
This module attempts to provide a small, fast utility for working with file paths. It is friendlier to use than File::Spec and provides easy access to functions from several other core file handling modules.