1PFT::Util(3) User Contributed Perl Documentation PFT::Util(3)
2
3
4
6 PFT::Util - Utilities
7
9 This module contains general utility functions.
10
11 files
12 List all files under the given directories.
13
14 list_files 'foo' 'bar'
15
16 This is definitely off-scope, but some perl modules are really bad.
17 "File::Find" is a utter crap! And I don't really want to add more
18 external deps for such a stupid thing.
19
20 Also, this handles encoding according to locale.
21
22 locale_glob
23 A unicode-safe "glob".
24
25 Uses the encoding specified in locale.
26
27 This is different from "CORE::glob" in that it accepts a list of glob
28 patterns
29
30
31
32perl v5.34.0 2022-01-21 PFT::Util(3)