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-2008 Mark Leighton Fisher.
32
33       This is free software; you can redistribute it and/or modify it under
34       the terms of either: (a) the GNU General Public License as published by
35       the Free Software Foundation; either version 1, or (at your option) any
36       later version, or (b) the Perl "Artistic License".  (This is the Perl 5
37       licensing scheme.)
38
39       Please note this is a change from the original pmtools-1.00 (still
40       available on CPAN), as pmtools-1.00 were licensed only under the Perl
41       "Artistic License".
42
43
44
45perl v5.12.0                      2010-05-04                        FAQPODS(1)
Impressum