logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fvwm-perllib - shows the documentation of the Fvwm Perl library

Authors

       Mikhael Goikhman migo@homemail.com.

Bugs

       No known bugs.

       Report bugs to fvwm-workers@fvwm.org or https://github.com/fvwmorg/fvwm3.

                                                   2025-02-22                                    FVWM-PERLLIB(1)

Copying

       The script is distributed by the same terms as fvwm itself. See GNU General Public License for details.

Description

       Starting from fvwm-2.5.x versions there is a built-in support for creating fvwm modules in Perl. This
       fvwm-perllib utility provides help services for the Fvwm Perl library.

Name

       fvwm-perllib - shows the documentation of the Fvwm Perl library

Options

--help
           Show the help and exit.

       --version
           Show the version and exit.

       --man or man [ Perl::Class ]
           Show manual page just like man(1).

       --cat or cat [ Perl::Class ]
           Show manual page in plain text.

       --raw or raw [ Perl::Class ]
           Generate output in man format (not human readable).

       --dir or dir
           Print perllib directory without a trailing end of line.

Synopsis

       fvwm-perllib [ --help|-h|-? ] [ --version|-v|-V ] [ man [ Perl::Class ] ] [ cat [ Perl::Class ] ] [ raw [
       Perl::Class ] ] [ dir ]

Usage

       Use this in the fvwm modules written in Perl:

           use lib `fvwm-perllib dir`;

       Introduction to the Fvwm Perl library:

           % fvwm-perllib man

       Manual page for the FVWM::Module class:

           % fvwm-perllib man FVWM::Module

       Standard options:

           % fvwm-perllib --help % fvwm-perllib --version

See Also