The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "File::Basename"

File::Basename - Parse file paths into directory, filename and suffix. River stage five • 11292 direct dependents • 32664 total dependents

These routines allow you to parse file paths into their directory, filename and suffix. NOTE: "dirname()" and "basename()" emulate the behaviours, and quirks, of the shell and C functions of the same name. See each function's documentation for detail...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

SPVM::File::Basename - Parsing File Path into Directory and Base Name River stage one • 3 direct dependents • 4 total dependents

The File::Basename class of SPVM has the methods to parse a file path into the directory part and the base name part....

KIMOTO/SPVM-File-Basename-0.041001 - 09 May 2023 23:25:19 UTC - Search in distribution

File::Basename::Extra - Extension to File::Basename, adds named access to file parts and handling of filename suffixes River stage zero No dependents

This module provides functionalty for handling file name suffixes (aka file name extensions)....

HAYOBAAN/File-Basename-Extra-0.004 - 19 May 2017 08:44:43 UTC - Search in distribution

File::Basename::Object - Object-oriented syntax sugar for File::Basename River stage one • 1 direct dependent • 3 total dependents

"File::Basename::Object" is an object-oriented wrapper around File::Basename. The goal is to allow pathnames to be presented and manipulated easily. A "File::Basename::Object" stringifies to it's full canonical pathname, so it can be used in open(), ...

CRAKRJACK/File-Basename-Object-0.01 - 17 Jan 2006 00:18:36 UTC - Search in distribution

Catmandu::Fix::basename - get file basename River stage zero No dependents

NJFRANCK/Catmandu-Fix-File-0.012 - 28 Nov 2017 11:26:14 UTC - Search in distribution

lib/LibZip/MyFile.pm River stage one • 1 direct dependent • 1 total dependent

GMPASSOS/LibZip-0.06 - 12 Dec 2004 00:25:09 UTC - Search in distribution

lib/LibZip/MyFile.pm River stage zero No dependents

GMPASSOS/tinyperl-1.0-580-win32 - 11 Dec 2002 03:49:31 UTC - Search in distribution

Path::IsDev::Role::Matcher::Child::BaseName::MatchRegexp::File - Match if any children have basename's that match a regexp and are files River stage two • 3 direct dependents • 20 total dependents

KENTNL/Path-IsDev-1.001003 - 09 Mar 2017 20:40:54 UTC - Search in distribution

File::Pid - Pid File Manipulation River stage one • 4 direct dependents • 8 total dependents

This software manages a pid file for you. It will create a pid file, query the process within to discover if it's still running, and remove the pid file. new my $pidfile = File::Pid->new; my $thisfile = File::Pid->new({ file => '/var/run/daemon.pid',...

CWEST/File-Pid-1.01 - 11 Jan 2005 13:06:36 UTC - Search in distribution

File::Fu - file and directory objects River stage one • 4 direct dependents • 4 total dependents

EWILHELM/File-Fu-v0.0.8 - 03 Jun 2013 07:17:11 UTC - Search in distribution

Mojo::File - File system paths River stage four • 943 direct dependents • 1041 total dependents

Mojo::File is a scalar-based container for file system paths that provides a friendly API for dealing with different operating systems. # Access scalar directly to manipulate path my $path = Mojo::File->new('/home/sri/test'); $$path .= '.txt';...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC - Search in distribution

csl - C Header file transformation River stage zero No dependents

JDDPAUSE/MarpaX-Languages-C-AST-0.48 - 02 Feb 2018 19:45:41 UTC - Search in distribution
  • cscan - C source scan (C::Scan alternative)

TX - a simple template system based on Text::Template::Library River stage zero No dependents

"Text::Template::Base" and "Text::Template::Library" are good at processing single templates. They lack the ability to manage sets of template files. This module adds that functionality in a (what I think) user friendly manner. The most important fun...

OPI/TX-0.09 - 14 Jun 2010 16:05:06 UTC - Search in distribution

pp - PAR Packager River stage one • 5 direct dependents • 6 total dependents

pp creates standalone executables from Perl programs, using the compressed packager provided by PAR, and dependency detection heuristics offered by Module::ScanDeps. Source files are compressed verbatim without compilation. You may think of pp as "pe...

RSCHUPP/PAR-Packer-1.063 - 15 Mar 2024 12:57:23 UTC - Search in distribution

wc - paragraph, line, word, character, and byte counter River stage one • 1 direct dependent • 1 total dependent

*wc* reads one or more input text files and, by default, writes the number of lines, words, and bytes contained in each input file to the standard output. An optional count of paragraphs or characters is also possible in this implementation. If more ...

BRIANDFOY/PerlPowerTools-1.045 - 30 Apr 2024 22:22:50 UTC - Search in distribution

UR - rich declarative transactional objects River stage one • 1 direct dependent • 1 total dependent

UR is a class framework and object/relational mapper for Perl. It starts with the familiar Perl meme of the blessed hash reference as the basis for object instances, and extends its capabilities with ORM (object-relational mapping) capabilities, obje...

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC - Search in distribution

Path::Tiny - File path utility River stage four • 891 direct dependents • 7170 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.144 - 01 Dec 2022 16:37:45 UTC - Search in distribution

XSH - scripting language for XPath-based editing of XML River stage zero No dependents

CHOROBA/XML-XSH2-2.2.10 - 22 Dec 2023 14:24:21 UTC - Search in distribution

Pvm - Perl extension for the Parallel Virtual Machine (PVM) Message Passing System River stage zero No dependents

The "PVM" message passing system enables a programmer to configure a group of (possibly heterogenous) computers connected by a network into a parallel virtual machine. The system was developed by the University of Tennessee, Oak Ridge National Labora...

EWALKER/Pvm-0.9 - 27 Jun 1996 10:52:04 UTC - Search in distribution

PIR - Short alias for Path::Iterator::Rule River stage three • 40 direct dependents • 225 total dependents

This is an empty subclass of Path::Iterator::Rule. It saves you from having to type the full name repeatedly, which is particularly handy for one-liners: $ perl -MPIR -wE 'say for PIR->new->skip_dirs(".")->perl_module->all(@INC)'...

DAGOLDEN/Path-Iterator-Rule-1.015 - 09 Sep 2021 16:07:55 UTC - Search in distribution
580 results (0.261 seconds)