1FAQPODS(1)            User Contributed Perl Documentation           FAQPODS(1)
2
3
4

NAME

6       faqpods - print out pod paths for the standard perl faqs
7

DESCRIPTION

9       This program uses your configuration's "installprivlib" directory to
10       look up the full paths to those pod pages.  Any files in that directory
11       whose names start in "perlfaq" will be printed to the standard output,
12       one per line.  This is normally used in backticks to produce a list of
13       filenames for other commands.
14

EXAMPLES

16           $ podgrep typeglob `faqpods`
17           ....
18
19       You can also run this using alternate perl binaries, like so:
20
21           $ podgrep -i thread `filsperl faqpods`
22           ....
23

SEE ALSO

25       basepods(1), modpods(1), pods(1), sitepod(1), podpath(1), and
26       stdpod(1).
27

AUTHORS and COPYRIGHTS

29       Copyright (C) 1999 Tom Christiansen.
30
31       Copyright (C) 2006-2014, 2018 Mark Leighton Fisher.
32

LICENSE

34       This is free software; you can redistribute it and/or modify it under
35       the terms of either: (a) the GNU General Public License as published by
36       the Free Software Foundation; either version 1, or (at your option) any
37       later version, or (b) the Perl "Artistic License".  (This is the Perl 5
38       licensing scheme.)
39
40       Please note this is a change from the original pmtools-1.00 (still
41       available on CPAN), as pmtools-1.00 were licensed only under the Perl
42       "Artistic License".
43
44
45
46perl v5.30.0                      2019-07-26                        FAQPODS(1)
Impressum