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

Search results for "module:File::Glob"

File::Glob - Perl extension for BSD glob routine River stage five • 11292 direct dependents • 32664 total dependents

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 River stage five • 11292 direct dependents • 32664 total dependents

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 River stage zero No dependents

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 River stage zero No dependents

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. River stage zero No dependents

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

lib/Sidef/Types/Glob/File.pm River stage one • 1 direct dependent • 1 total dependent

TRIZEN/Sidef-24.01 - 06 Jan 2024 17:09:42 UTC

File::BSDGlob - Perl extension for BSD glob routine River stage zero No dependents

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 River stage five • 11292 direct dependents • 32664 total dependents

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 River stage five • 11292 direct dependents • 32664 total dependents

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

KGlob.pm River stage zero No dependents

TYEMQ/FileKGlob - 20 Aug 1995 07:27:16 UTC

KGlob2RE.pm River stage zero No dependents

TYEMQ/FileKGlob - 20 Aug 1995 07:27:16 UTC

File::GlobMapper - Extend File Glob to Allow Input and Output Files River stage four • 258 direct dependents • 9811 total dependents

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.212 - 27 Apr 2024 12:55:39 UTC

File::Wildcard - Enhanced glob processing River stage one • 1 direct dependent • 1 total dependent

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 River stage zero No dependents

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 River stage two • 2 direct dependents • 12 total dependents

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 River stage five • 11292 direct dependents • 32664 total dependents

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::Copy - Copy files or filehandles River stage five • 11292 direct dependents • 32664 total dependents

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::Zglob - Extended globs. River stage one • 3 direct dependents • 6 total dependents

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 River stage one • 1 direct dependent • 1 total dependent

SZABGAB/File-Tools-0.10 - 02 Jun 2023 07:07:20 UTC

File::Remove - Remove files and directories River stage three • 59 direct dependents • 150 total dependents

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
68 results (0.057 seconds)