1fvwm-perllib(1) Fvwm Utilities fvwm-perllib(1)
2
3
4
6 fvwm-perllib - shows the documentation of the Fvwm Perl library
7
9 fvwm-perllib [ --help|-h|-? ] [ --version|-v|-V ] [ man [ Perl::Class ]
10 ] [ cat [ Perl::Class ] ] [ raw [ Perl::Class ] ] [ dir ]
11
13 Starting from fvwm-2.5.x versions there is a built-in support for
14 creating fvwm modules in Perl. This fvwm-perllib utility provides help
15 services for the Fvwm Perl library.
16
18 --help show the help and exit
19
20 --version show the version and exit
21
22 --man or man [ Perl::Class ] show manual page just like man(1)
23
24 --cat or cat [ Perl::Class ] show manual page in plain text
25
26 --raw or raw [ Perl::Class ] generate output in man format (not human
27 readable)
28
29 --dir or dir print perllib directory without a trailing end of line
30
32 Use this in the fvwm modules written in Perl:
33
34 use lib `fvwm-perllib dir`;
35
36 Introduction to the Fvwm Perl library:
37
38 % fvwm-perllib man
39
40 Manual page for the "FVWM::Module" class:
41
42 % fvwm-perllib man FVWM::Module
43
44 Standard options:
45
46 % fvwm-perllib --help
47 % fvwm-perllib --version
48
50 Mikhael Goikhman <migo@homemail.com>.
51
53 The script is distributed by the same terms as fvwm itself. See GNU
54 General Public License for details.
55
57 No known bugs.
58
59 Report bugs to fvwm-bug@fvwm.org.
60
61
62
632.5.28 (from cvs) 2009-03-22 fvwm-perllib(1)