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 std‐
26       pod(1).
27
29       Copyright (c) 1999 Tom Christiansen
30
31       This is free software.  You may modify it and distribute it under
32       Perl's Artistic Licence.  Modified versions must be clearly indicated.
33
34
35
36perl v5.8.8                       2006-03-30                        FAQPODS(1)
Impressum