Search results for "module:File::Glob"
File::Glob - Perl extension for BSD glob routine
The glob angle-bracket operator "<>" is a pathname generator that implements the rules for file name pattern matching used by Unix-like shells such as the Bourne shell or C shell. File::Glob::bsd_glob() implements the FreeBSD glob(3) routine, which i...
PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC
File::Glob - Perl extension for BSD glob routine
The glob angle-bracket operator "<>" is a pathname generator that implements the rules for file name pattern matching used by Unix-like shells such as the Bourne shell or C shell. File::Glob::bsd_glob() implements the FreeBSD glob(3) routine, which i...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
SPVM::File::Glob - The BSD glob Porting
The File::Glob class of SPVM has a method that is a port of the BSD glob function....
KIMOTO/SPVM-File-Glob-0.020002 - 05 Dec 2023 05:33:11 UTC
File::Glob::Slurp - Turns <> into a slurp operator
HACK #90 of PERL HACK proved that "<*glob*>" operator is a pretty good place to implement micro-DSL. This module turns ancient "*glob*" operator into modern "slurp" operator! As shown in "SYNOPSIS", The overridden "<>" slurps not only local files but...
DANKOGAI/File-Glob-Slurp-0.02 - 10 Jun 2009 05:54:00 UTC
File::Glob::Windows - glob routine for Windows environment.
This glob routines works correctly on Windows environment. * Recognize system's current codepage such as 'cp932', It's multibyte character contains '\\' and '/' and '*' and '?' in second byte. * Correctly handles current drive and currend cirectory. ...
TATE/File-Glob-Windows-0.1.5 - 13 Apr 2012 07:00:44 UTC
File::BSDGlob - Perl extension for BSD glob routine
File::BSDGlob implements the FreeBSD glob(3) routine, which is a superset of the POSIX glob() (described in IEEE Std 1003.2 "POSIX.2"). The glob() routine takes a mandatory "pattern" argument, and an optional "flags" argument, and returns a list of f...
GBACON/File-BSDGlob-0.94 - 23 Jan 1999 19:32:14 UTC
File::DosGlob - DOS like globbing and then some
A module that implements DOS-like globbing with a few enhancements. It is largely compatible with perlglob.exe (the M$ setargv.obj version) in all but one respect--it understands wildcards in directory components. For example, "<..\\l*b\\file/*glob.p...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
File::DosGlob - DOS like globbing and then some
A module that implements DOS-like globbing with a few enhancements. It is largely compatible with perlglob.exe (the M$ setargv.obj version) in all but one respect--it understands wildcards in directory components. For example, "<..\\l*b\\file/*glob.p...
PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC
File::GlobMapper - Extend File Glob to Allow Input and Output Files
This module needs Perl5.005 or better. This module takes the existing "File::Glob" module as a starting point and extends it to allow new filenames to be derived from the files matched by "File::Glob". This can be useful when carrying out batch opera...
PMQS/IO-Compress-2.206 - 25 Jul 2023 15:56:21 UTC
File::Wildcard - Enhanced glob processing
When looking at how various operating systems do filename wildcard expansion (globbing), VMS has a nice syntax which allows expansion and searching of whole directory trees. It would be nice if other operating systems had something like this built in...
IVORW/File-Wildcard-0.11 - 13 Mar 2009 16:31:43 UTC
File::cd - Easily and safely change directory
The global (and negative) effect of perl builtin function "chdir" is well known (see File::chdir's documentation for more details). And few modules have been created to solve this problem: * File::chdir, by David Golden. * File::pushd, also by David ...
SYALTUT/File-cd-0.003 - 23 Sep 2013 06:55:30 UTC
File::Grep - Find matches to a pattern in a series of files and related functions
File::Grep mimics the functionality of the grep function in perl, but applying it to files instead of a list. This is similar in nature to the UNIX grep command, but more powerful as the pattern can be any legal perl function. The main functions prov...
MNEYLON/File-Grep-0.02 - 17 Sep 2005 04:36:39 UTC
File::Copy - Copy files or filehandles
The File::Copy module provides two basic functions, "copy" and "move", which are useful for getting the contents of a file from one place to another. copy The "copy" function takes two parameters: a file to copy from and a file to copy to. Either arg...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
File::Copy - Copy files or filehandles
The File::Copy module provides two basic functions, "copy" and "move", which are useful for getting the contents of a file from one place to another. copy The "copy" function takes two parameters: a file to copy from and a file to copy to. Either arg...
PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC
File::Zglob - Extended globs.
WARNINGS: THIS IS ALPHA VERSION. API MAY CHANGE WITHOUT NOTICE Provides a traditional Unix glob(3) functionality; returns a list of pathnames that matches the given pattern. File::Zglob provides extended glob. It supports "**/*.pm" form....
TOKUHIROM/File-Zglob-0.11 - 15 Jun 2012 05:46:48 UTC
File::Tools - UNIX tools implemented as Perl Modules and made available to other platforms as well
SZABGAB/File-Tools-0.10
-
02 Jun 2023 07:07:20 UTC
File::Remove - Remove files and directories
File::Remove::remove removes files and directories. It acts like /bin/rm, for the most part. Although "unlink" can be given a list of files, it will not remove directories; this module remedies that. It also accepts wildcards, * and ?, as arguments f...
SHLOMIF/File-Remove-1.61 - 13 Jun 2022 18:18:36 UTC