Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第17,43117,440项(搜索用时0.019秒)
Creates temporary files and directories from a structured description
This module adds a create_structured_tree subroutine to the Directory::Scratch.
devel/Exception-Class-TryCatch-1.13 (Score: 7.739885E-4)
Syntactic try/catch sugar for use with Exception::Class
Exception::Class::TryCatch - Syntactic try/catch sugar for use with Exception::Class.
devel/File-Copy-Recursive-0.38 (Score: 7.739885E-4)
Perl extension for recursively copying files and directories
This module copies and moves directories recursively (or single files, well... singley) to an optional depth and attempts to preserve each file or directory's mode.
Cpanfile support for ExtUtils::MakeMaker
ExtUtils::MakeMaker::CPANfile loads cpanfile in your distribution and modifies parameters for WriteMakefile in your Makefile.PL. Just use it instead of ExtUtils::MakeMaker (which should be loaded internally), and prepare cpanfile. As of version 0.03, ExtUtils::MakeMaker::CPANfile also removes WriteMakefile parameters that the installed version of ExtUtils::MakeMaker doesn't know, to avoid warnings.
Add a Makefile target to determine test coverage using Devel::Cover
ExtUtils::MakeMaker::Coverage adds a Makefile target to determine test coverage using Devel::Cover: # In Makefile.PL use ExtUtils::MakeMaker; use ExtUtils::MakeMaker::Coverage; ... # if you already have a MY::postamble... sub MY::postamble { testcover(); ... }
devel/File-Append-TempFile-0.07 (Score: 7.739885E-4)
Append data to files using a temporary copy
The File::Append::TempFile module provides an OOP interface to appending data to files using a temporary file, in order to ensure the atomicity of the updates. Care should be taken to ensure that no other applications try to modify the original file concurrently, since any changes made while appending the data may be lost.
devel/File-Attributes-Recursive-0.02 (Score: 7.739885E-4)
Inherit file attributes from parent directories
Works like File::Attributes, but will recurse up the directory tree until a matching attribute is found.
devel/File-Path-Expand-1.02 (Score: 7.739885E-4)
Expand filenames
File::Path::Expand expands user directories in filenames. For the simple case it's no more complex than s{^~/}{$HOME/}, but for other cases it consults C<getpwent> and does the right thing.
devel/File-Pid-Quick-1.02 (Score: 7.739885E-4)
Associates a PID file with your script
This module associates a PID file with your script for the purpose of keeping more than one copy from running (concurrency prevention). It creates the PID file, checks for its existence when the script is run, terminates the script if there is already an instance running, and removes the PID file when the script finishes. This module's objective is to provide a completely simplified interface that makes adding PID-file-based concurrency prevention to your script as quick and simple as possible; hence File::Pid::Quick. For a more nuanced implementation of PID files, please see File::Pid.
devel/File-Copy-Link-0.140 (Score: 7.739885E-4)
Extension for replacing a link with a copy of linked file
The distribution File-Copy-Link includes the modules File::Spec::Link and File::Copy::Link and the script copylink. They include routines to read and copy links.