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

Search results for "module:Find"

MP3::Find - Search and sort MP3 files based on their ID3 tags River stage zero No dependents

This module allows you to search for MP3 files by their ID3 tags. You can ask for the results to be sorted by one or more of those tags, and return either the list of filenames (the deault), a "printf"-style formatted string for each file using its I...

PEICHMAN/MP3-Find-0.07 - 08 Jun 2011 03:56:24 UTC

WWW::Find - Web Resource Finder River stage zero No dependents

WWW::Find simplifies the task of searching the web for specific types of information. The inspiration for this project came from the recursive website mirroring program, w3mir. WWW::Find is similar to w3mir, but with a more general feature set. In a ...

BROOM/WWW-Find-0.07 - 11 Mar 2004 18:01:04 UTC

PPI::Find - Object version of the Element->find method River stage four • 195 direct dependents • 1581 total dependents

PPI::Find is the primary PDOM searching class in the core PPI package. History It became quite obvious during the development of PPI that many of the modules that would be built on top of it were going to need large numbers of saved, storable or easi...

OALDERS/PPI-1.278 - 11 Mar 2024 02:22:07 UTC

Pod::Find - find POD documents in directory trees River stage four • 98 direct dependents • 1275 total dependents

NOTE: This module is considered legacy; modern Perl releases (5.31.1 and higher) are going to remove Pod-Parser from core and use Pod::Simple for all things POD. Pod::Find provides a set of functions to locate POD files. Note that no function is expo...

MAREKR/Pod-Parser-1.67 - 03 Jan 2024 21:23:20 UTC

URI::Find - Find URIs in arbitrary text River stage three • 36 direct dependents • 221 total dependents

This module does one thing: Finds URIs and URLs in plain text. It finds them quickly and it finds them all (or what URI.pm considers a URI to be.) It only finds URIs which include a scheme (http:// or the like), for something a bit less strict have a...

MSCHWERN/URI-Find-20160806 - 06 Aug 2016 20:45:50 UTC

Find::Lib - Helper to smartly find libs to use in the filesystem tree River stage two • 9 direct dependents • 13 total dependents

The purpose of this module is to replace use FindBin; use lib "$FindBin::Bin/../bootstrap/lib"; with something shorter. This is specially useful if your project has a lot of scripts (For instance tests scripts). use Find::Lib '../bootstrap/lib'; The ...

YANNK/Find-Lib-1.04 - 17 Sep 2011 22:39:34 UTC

Data::Find - Find data in arbitrary data structures River stage zero No dependents

ANDYA/Data-Find-0.03 - 29 May 2009 20:16:29 UTC

File::Find - Traverse a directory tree. River stage five • 11292 direct dependents • 32664 total dependents

These are functions for searching through directory trees doing work on each file found similar to the Unix *find* command. File::Find exports two functions, "find" and "finddepth". They work similarly but have subtle differences. find find(\&wanted,...

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

Proc::Find - Find processes by name, PID, or some other attributes River stage two • 6 direct dependents • 30 total dependents

This module provides a simple routine, "proc_exists()", to check a process' existence by name, something that is commonly done in shell scripts using: ps ax | grep name pgrep name and also some routines, "find_*()", to list processes matching some cr...

PERLANCAR/Proc-Find-0.051 - 11 Dec 2019 03:58:55 UTC

Feed::Find - Syndication feed auto-discovery River stage three • 4 direct dependents • 102 total dependents

*Feed::Find* implements feed auto-discovery for finding syndication feeds, given a URI. It (currently) passes all of the auto-discovery tests at *http://diveintomark.org/tests/client/autodiscovery/*. *Feed::Find* will discover the following feed form...

DAVECROSS/Feed-Find-0.13 - 18 Oct 2022 14:58:35 UTC

Pipe::Find - Find the processes behind the pipes that you open River stage one • 2 direct dependents • 3 total dependents

PERLANCAR/Pipe-Find-0.04 - 05 Mar 2016 09:35:21 UTC

Path::Find - Easily find files in a directory tree River stage zero No dependents

Path::Find is the simplest way to recursively list all the files in a directory and its subdirectories....

GWYN/Path-Find-0.04 - 23 Feb 2024 17:38:41 UTC

File::Find - Traverse a directory tree. River stage five • 11292 direct dependents • 32664 total dependents

These are functions for searching through directory trees doing work on each file found similar to the Unix *find* command. File::Find exports two functions, "find" and "finddepth". They work similarly but have subtle differences. find find(\&wanted,...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

Array::Find - Find items in array, with several options River stage one • 1 direct dependent • 1 total dependent

This module provides one subroutine: "find_in_array" to find items in array....

PERLANCAR/Array-Find-0.08 - 03 Sep 2015 08:20:26 UTC

Email::Find - Find RFC 822 email addresses in plain text River stage two • 7 direct dependents • 11 total dependents

Email::Find is a module for finding a *subset* of RFC 822 email addresses in arbitrary text (see "CAVEATS"). The addresses it finds are not guaranteed to exist or even actually be email addresses at all (see "CAVEATS"), but they will be valid RFC 822...

MIYAGAWA/Email-Find-0.10 - 16 Jan 2007 19:45:28 UTC

Module::Find - Find and use installed modules in a (sub)category River stage three • 79 direct dependents • 463 total dependents

Module::Find lets you find and use modules in categories. This can be very useful for auto-detecting driver or plugin modules. You can differentiate between looking in the category itself or in all subcategories. If you want Module::Find to search in...

CRENZ/Module-Find-0.16 - 01 Aug 2022 15:10:09 UTC

Config::Find - Find configuration files in the native OS fashion River stage two • 5 direct dependents • 48 total dependents

Every OS has different rules for configuration files placement, this module allows one to easily find and create your app configuration files following those rules. Config::Find references configuration files by the application name or by the applica...

SALVA/Config-Find-0.31 - 26 May 2015 11:44:07 UTC

AudioFile::Find - Finds audio files located on your system and maps them to AudioFile::Info objects. River stage zero No dependents

JBERGER/AudioFile-Find-0.03 - 09 Oct 2014 23:38:54 UTC

MP3::Find::DB - SQLite database backend to MP3::Find River stage zero No dependents

This is the database backend for MP3::Find. The easiest way to use it is with a SQLite database, but you can also pass in your own DSN or database handle. The database you use should have at least one table named "mp3" with the following schema: CREA...

PEICHMAN/MP3-Find-0.07 - 08 Jun 2011 03:56:24 UTC

Net::FTP::Find - Traverse a directory tree through Net::FTP (or Net::FTPSSL) River stage zero No dependents

These are functions for searching through directory trees doing work on each file found similar to the File::Find. Net::FTP::Find provides two functions, "find" and "finddepth". They work similarly but have subtle differences....

USUALOMA/Net-FTP-Find-0.041 - 24 Mar 2013 02:58:53 UTC
151 results (0.02 seconds)