Perl module for further extending extensions This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other perl extensions. This means that a perl extension is treated like a shared library that ...
ExtUtils::XSBuilder - Automatic XS glue code generation ExtUtils::XSBuilder is a set modules to parse C header files and create XS glue code and documentation out of it. Idealy this allows to "write" an interface to a C library without coding a line. ...
Simple interface to F77 libs Simple interface to F77 libs. Used to be in perl-PDL, but isn't anymore. This module tries to figure out how to link C programs with Fortran subroutines on your system. Basically one must add a list ...
A Fast CGI module for Perl This is a Fast CGI module for perl. It's based on the FCGI module that comes with Open Market's FastCGI Developer's Kit, but does not require you to recompile perl. See for more information about ...
Functions for managing FastCGI applications FCGI::ProcManager is used to serve as a FastCGI process manager. By re-implementing it in perl, developers can more finely tune performance in their web applications, and can take advantage of ...
Create aliases for object fields This module is a companion to the 'fields' module, which allows efficient handling of instance variables with checking at compile time. 'fields::aliased' goes one step further and creates lexical ...
Perl module to use the freedesktop basedir spec Perl module to use the freedesktop basedir spec.
File-Cache module for perl File-Cache perl module.
A more sensible way to change directories Perl's chdir() has the unfortunate problem of being very, very, very global. If any part of your program calls chdir() or if any library you use calls chdir(), it changes the current working ...
Perl module 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.
Object to handle .desktop files This module is used to work with .desktop files. The format of these files is specified by the freedesktop "Desktop Entry" specification.
File::Edit for inplace-editing of files. File::Edit is a Perl module which defines an easy to use interface for inplace-editing of files. You can delete only one pattern or all lines where the pattern matches.
A generic file fetching mechanism File::Fetch is a generic file fetching mechanism. It allows you to fetch any file pointed to by a ftp, http, file, or rsync uri by a number of different means.
Iterator interface for search files Find::File::Iterator is an iterator object for searching through directory trees. You can easily run filter on each file name. You can easily save the search state when you want to stop the search ...
File::Find like object File::Find::Object does same job of File::Find but trough an object and using an iterator. It allow to perform multiple tree parsing in same application.
Alternative interface to File::Find File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories.
Perl module that implements a flat filesystem File::Flat implements a flat filesystem. A flat filesystem is a filesystem in which directories do not exist. It provides an abstraction over any normal filesystem which makes it appear as if ...
Simple filename and pathname matching File::FnMatch::fnmatch() provides simple, shell-like pattern matching. Though considerably less powerful than regular expressions, shell patterns are nonetheless useful and familiar to a large ...
A grep function taking a list of files as argument File::Grep provides similar functionality as perl's builtin grep, map, and foreach commands, but iterating over a passed filelist instead of arrays. While trivial, this module can provide a quick ...
Get home directory for self or other users A Perl module to get home directory portably for self or other users.
Perlwrapper for libmagic The File::LibMagic is a simple perlinterface to libmagic from the file-4.x package.
File-Lockf module for perl File-Lockf module for perl.
Determine file type This module can be used to determine the mime type of a file; it's a replacement for File::MMagic trying to implement the freedesktop specification for using the shared mime-info database. The ...
Guess file type from filename and/or filehandle This perl library uses perl5 objects to guess file type from filename and/or filehandle.
File::Modified - checks intelligently if files have changed The Modified module is intended as a simple method for programs to detect whether configuration files (or modules they rely on) have changed. There are currently two methods of change detection ...
Copies files to directories, or a single file to another file Copies files to directories, or a single file to another file.
File-NFSLock module for perl File-NFSLock perl module.
Remove files and directories A Perl module to remove files and directories.
Perl module interface to rsync Perl Convenience wrapper for the rsync(1) program. Written for rsync-2.3.2 and updated for rsync-2.6.0 but should perform properly with most recent versions.
Perl Rsync client File::RsyncP is a perl implementation of an Rsync client. It is compatible with Rsync 2.5.5 (protocol version 26). It can send or receive files, either by running rsync on the remote machine, or ...
Page : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |