The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Path::Class::File"

Path::Class::File - Objects representing files River stage four • 586 direct dependents • 1874 total dependents

The "Path::Class::File" class contains functionality for manipulating file names in a cross-platform way....

KWILLIAMS/Path-Class-0.37 - 14 Aug 2016 02:37:55 UTC

Path::Class::File::Stat - test whether the file beneath a Path::Class::File object has changed River stage two • 5 direct dependents • 18 total dependents

Path::Class::File::Stat is a simple extension of Path::Class::File. Path::Class::File::Stat is useful in long-running programs (as under mod_perl) where you might have a file handle opened and want to check if the underlying file has changed....

KARMAN/Path-Class-File-Stat-0.05 - 11 Jun 2013 13:52:13 UTC

Path::Class::File::Lockable - lock your files with Path::Class::File River stage two • 5 direct dependents • 15 total dependents

Path::Class::File::Lockable uses simple files to indicate whether a file is locked or not. It does not use flock(), since that is unstable over NFS. Effort has been made to avoid race conditions. Path::Class::File::Lockable is intended for long-stand...

KARMAN/Path-Class-File-Lockable-0.03 - 02 Aug 2012 10:12:27 UTC

Path::Extended::Class::File River stage one • 2 direct dependents • 2 total dependents

Path::Extended::Class::File behaves pretty much like Path::Class::File and can do some extra things. See appropriate pods for details....

ISHIGAKI/Path-Extended-0.23 - 11 Mar 2015 05:29:38 UTC

Path::Class::Iterator - walk a directory structure River stage one • 1 direct dependent • 1 total dependent

Path::Class::Iterator walks a directory structure using an iterator. It combines the Iterator closure technique with the magic of Path::Class. It is similar in idea to Iterator::IO and IO::Dir::Recursive but uses Path::Class objects instead of IO::Al...

KARMAN/Path-Class-Iterator-0.07 - 04 Jun 2013 05:13:21 UTC

MarpaX::Java::ClassFile::Struct::Path - path River stage zero No dependents

JDDPAUSE/MarpaX-Java-ClassFile-0.009 - 28 Jul 2023 05:41:56 UTC

Path::Tiny - File path utility River stage four • 924 direct dependents • 7346 total dependents

This module provides 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. It aims to be smaller and faster than many alternativ...

DAGOLDEN/Path-Tiny-0.146 - 08 May 2024 15:51:04 UTC

SVK::Path - SVK path class River stage one • 7 direct dependents • 8 total dependents

The class represents a node in svk depot....

CLKAO/SVK-v2.2.3 - 23 Mar 2010 15:19:59 UTC

Venus::Path - Path Class River stage two • 3 direct dependents • 56 total dependents

This package provides methods for working with file system paths....

AWNCORP/Venus-4.15 - 27 Nov 2023 17:12:55 UTC

Path::Extended - yet another Path class River stage one • 2 direct dependents • 2 total dependents

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 t...

ISHIGAKI/Path-Extended-0.23 - 11 Mar 2015 05:29:38 UTC

Path::Resource - URI/Path::Class combination River stage one • 1 direct dependent • 4 total dependents

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. It combines Path::Class and URI into one object. Given a base Path::...

RKRIMEN/Path-Resource-0.072 - 23 Feb 2009 20:26:34 UTC

Quiq::Path - Dateisystem-Operationen River stage zero No dependents

Die Klasse definiert alle grundlegenden (link, mkdir, rename, symlink usw.) und komplexen (copy, glob, find usw.) Dateisystem-Operationen. Eine Dateisystem-Operation ist eine Operation auf einem *Pfad*....

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC

Path::Class - Cross-platform path specification manipulation River stage four • 586 direct dependents • 1874 total dependents

"Path::Class" is a module for manipulation of file and directory specifications (strings describing their locations, like '/home/ken/foo.txt' or 'C:\Windows\Foo.txt') in a cross-platform manner. It supports pretty much every platform Perl runs on, in...

KWILLIAMS/Path-Class-0.37 - 14 Aug 2016 02:37:55 UTC

Parse::Path - Parser for paths River stage one • 1 direct dependent • 1 total dependent

Parse::Path is, well, a parser for paths. File paths, object paths, URLs... A path is whatever string that can be translated into hash/array keys. Unlike modules like File::Spec or File::Basename, which are designed for interacting with file systems ...

BBYRD/Parse-Path-0.92 - 12 Sep 2013 01:19:35 UTC

Path::Mapper - Map a virtual path to an actual one River stage zero No dependents

Path::Mapper will map a virtual path to an actual one, doing a substitution based on the deepest common directory Think of it as doing something like symbolic link resolution (though not exactly)...

ROKR/Path-Mapper-0.012 - 16 Jun 2010 08:00:46 UTC

Module::Path - get the full path to a locally installed module River stage three • 18 direct dependents • 774 total dependents

This module provides a single function, "module_path()", which takes a module name and finds the first directory in your @INC path where the module is installed locally. It returns the full path to that file, resolving any symlinks. It is portable an...

NEILB/Module-Path-0.19 - 16 Mar 2015 21:24:10 UTC

Datify::Path - Describe structures like filesystem paths. River stage one • 1 direct dependent • 1 total dependent

Datify::Path will convert a data structure consisting of arrays, hashes, and scalars into a form similar to a path listing. This can be useful when searching for a particular value, then finding the "path" that leads to it....

BOBK/Datify-v0.20.064 - 04 Mar 2020 00:04:52 UTC

XML::XQL - A perl module for querying XML tree structures with XQL River stage zero No dependents

The XML::XQL module implements the XQL (XML Query Language) proposal submitted to the XSL Working Group in September 1998. The spec can be found at: <http://www.w3.org/TandS/QL/QL98/pp/xql.html> Most of the contents related to the XQL syntax can also...

TJMATHER/XML-XQL-0.68 - 16 Jan 2003 21:59:00 UTC

XML::XQL - A perl module for querying XML tree structures with XQL River stage zero No dependents

The XML::XQL module implements the XQL (XML Query Language) proposal submitted to the XSL Working Group in September 1998. The spec can be found at: <http://www.w3.org/TandS/QL/QL98/pp/xql.html> Most of the contents related to the XQL syntax can also...

ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 UTC

Path::ScanINC - Emulate Perls internal handling of @INC. River stage two • 8 direct dependents • 27 total dependents

"Path::ScanINC" is a basic tool for traversing @INC in a "perl"-like manner, stepping over some common pitfalls with using it. It also has the property of being able to capture @INC states to emulate a portable isolated library resolver....

KENTNL/Path-ScanINC-1.000003 - 02 Mar 2017 03:56:46 UTC
61 results (0.111 seconds)