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 cre‐
14 ating fvwm modules in Perl. This fvwm-perllib utility provides help
15 services for the fvwm Perl library.
16
18 --help
19 show the help and exit
20
21 --version
22 show the version and exit
23
24 --man or man [ Perl::Class ]
25 show manual page just like man(1)
26
27 --cat or cat [ Perl::Class ]
28 show manual page in plain text
29
30 --raw or raw [ Perl::Class ]
31 generate output in man format (not human readable)
32
33 --dir or dir
34 print perllib directory without a trailing end of line
35
37 Use this in the fvwm modules written in Perl:
38
39 use lib `fvwm-perllib dir`;
40
41 Introduction to the Fvwm Perl library:
42
43 % fvwm-perllib man
44
45 Manual page for the "FVWM::Module" class:
46
47 % fvwm-perllib man FVWM::Module
48
49 Standard options:
50
51 % fvwm-perllib --help
52 % fvwm-perllib --version
53
55 Mikhael Goikhman <migo@homemail.com>.
56
58 The script is distributed by the same terms as fvwm itself. See GNU
59 General Public License for details.
60
62 No known bugs.
63
64 Report bugs to fvwm-bug@fvwm.org.
65
66
67
68perl v5.8.0 2003-03-11 fvwm-perllib(1)