Search results for "module:File::Find::Closures"
File::Find::Closures - functions you can use with File::Find
I wrote this module as an example of both using closures and using File::Find. Students are always asking me what closures are good for, and here's some examples. The functions mostly stand alone (i.e. they don't need the rest of the module), so rath...
BDFOY/File-Find-Closures-1.113 - 04 Feb 2021 00:46:02 UTC
File::Finder - nice wrapper for File::Find ala find(1)
"File::Find" is great, but constructing the "wanted" routine can sometimes be a pain. This module provides a "wanted"-writer, using syntax that is directly mappable to the *find* command's syntax. Also, I find myself (heh) frequently just wanting the...
MERLYN/File-Finder-0.53 - 08 Apr 2005 19:50:53 UTC
File::Tabular - searching and editing flat tabular files
A *tabular file* is a flat text file containing data organised in rows (records) and columns (fields). This module provides database-like functionalities for managing tabular files : retrieving, searching, writing, autonumbering, journaling. However,...
DAMI/File-Tabular-0.72 - 04 Nov 2008 15:03:59 UTC