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

Search results for "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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Sidef::Types::Glob::File River stage one • 1 direct dependent • 1 total dependent

This class implements ......

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

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 - Search in distribution

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 - Search in distribution

KGlob.pm River stage zero No dependents

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

Templer::Plugin::FileGlob - A plugin to expand file globs. River stage zero No dependents

This plugin operates on file-patterns and populates loops refering to the specified pattern. The intended use-case is inline-gallery generation, but more uses would surely be discovered. For each loop created there will be the variables: file The nam...

SKX/App-Templer-1.4 - 01 Jul 2022 05:37:09 UTC - Search in distribution

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 - Search in distribution

Paranoid::Glob - Paranoid Glob objects River stage one • 4 direct dependents • 4 total dependents

The primary purpose of these objects is to allow an easy way to detaint a list of files and/or directories while performing shell expansion of names. It does this with a caveat, however. If a given file or directory name exists on the file system as ...

CORLISS/Paranoid-2.10 - 09 Mar 2022 07:02:07 UTC - Search in distribution

Bencher::Scenario::Glob - Benchmark glob() River stage one • 1 direct dependent • 1 total dependent

Packaging a benchmark script as a Bencher scenario makes it convenient to include/exclude/add participants/datasets (either via CLI or Perl code), send the result to a central repository, among others . See Bencher and bencher (CLI) for more details....

PERLANCAR/Bencher-Scenario-Glob-0.001 - 12 Jun 2017 05:45:42 UTC - Search in distribution

Text::Glob::DWIW - Yet another Text::Glob{::Expand,} River stage zero No dependents

"Text::Glob::DWIW" implements "glob"(3) style expansion and also matching against text. If you want to look at usage examples first, jump to the "textglob_expand" explanation at the start of the FUNCTIONS section....

JOSEF/Text-Glob-DWIW-0.01 - 31 Dec 2013 16:14:58 UTC - Search in distribution

Acme::Globule - Extensible package-local way to override glob() River stage zero No dependents

This package extends glob (and thus <>) to return custom results. It has a plugin mechanism and you define which plugins you wish to use on the import line. Now when you call glob(), these plugins will be tried left-to-right until one claims it, with...

MOOLI/Acme-Globule-0.004 - 13 May 2011 17:03:51 UTC - Search in distribution

MooseX::GlobRef - Store a Moose object in glob reference River stage one • 1 direct dependent • 1 total dependent

This module allows to store Moose object in glob reference of file handle. The class attributes will be stored in hash slot associated with glob reference. It allows to create a Moose version of IO::Handle. The attributes can be accessed directly wit...

DEXTER/MooseX-GlobRef-0.0701 - 23 Sep 2010 20:49:30 UTC - Search in distribution

Tk::FBox - a file dialog River stage three • 160 direct dependents • 171 total dependents

"Tk::FBox" is the dialog implementation behind the "getOpenFile", "getSaveFile", and "chooseDirectory" method calls in the Unix/X11 world. As such, it supports all options for these methods and additionally: -sortcmd => sub { $_[0] cmp $_[1] } Specif...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC - Search in distribution

NG - Newbie::Gift or Next::Generation?? hoho~ River stage zero No dependents

Newbie::Gift is a repo lanched by Achilles Xu. He wants to write a sub-language which exports useful keywords as many as possible, has a simple Object-oriented syntax as php4 or java-0.1, and uses callback replace return values as nodejs. Idea comes ...

CHENRYN/NG-0.001 - 18 Apr 2013 11:54:54 UTC - Search in distribution

IO::FD - Faster accept, socket, listen with file descriptors, not handles River stage zero No dependents

IO::FD is an XS module implementing common core Perl system I/O functions to work with file descriptors instead of Perl file handles. Functions include but are not limited to "accept", "connect", "socket", "bind", "sysopen", "sysread", and "syswrite"...

DRCLAW/IO-FD-v0.3.7 - 04 Jan 2024 21:57:08 UTC - Search in distribution

cv - a fast gtk+ image viewer loosely modeled after XV River stage zero No dependents

THE IMAGE WINDOW You can use the following keys in the image window: q quit the program < half the image size > double the image size , shrink the image by ~9% (opposite of .) . enlarge the image by 10% n reset to normal size m maximize to screensize...

MLEHMANN/Gtk2-CV-2.0 - 26 Aug 2022 21:57:57 UTC - Search in distribution

s4 - Wrapper for subversion program River stage zero No dependents

S4 provides a wrapper to subversion that extends several of the commands. It understands all svn commands; you may simply use "s4" whereever you would normally type "svn". In many cases, S4 simply runs "svn" with the same arguments as you passed to s...

WSNYDER/SVN-S4-1.066 - 24 Jul 2017 14:03:19 UTC - Search in distribution
739 results (0.235 seconds)