Top > All Packages in Directory > perl-reference

perl-reference - Displays Perl reference documentation

Perl-reference is a program to quickly display reference documentation for a Perl function, variable, regexp operator, or language keyword. This documentation is generated from the default Perl POD files, namely perlfunc, perlop, and perlvar. Unlike perldoc, perl-reference relies on documentation generated at compile-time, which results in a much higher response time.

It consists of two parts, mkperlreference and pf. 'mkperlreference' is run once during compile-time to create a cache of the Perl POD documentation. This cache consists of plain text files, one for each function, variable, regexp operator and language keyword in Perl. These files are usually installed in /usr/share/perl-reference. 'pf' displays the generated documentation by finding the right cached file and writing its contents to a pager or standard output.



Obtaining

Web pagehttp://www.student.lu.se/~nbi98oli/perl-reference.html
Source tarball http://www.student.lu.se/~nbi98oli/src/perl-reference-0.3.0.tar.gz
Version 0.3.0 (stable) released on 2002-12-08
Licensed under The GNU General Public License, Version 2.
This is not a GNU package.

Documentation
User manpage included
Support contacts

Help List<oskar@osk.mine.nu>
Developer List<oskar@osk.mine.nu>
Bug List<oskar@osk.mine.nu>

Project contacts

Maintainers
Developers

Related information

Interfacescommand line
Programsmkperlreference, pf
Source languagesC

Entry information

License verified byJanet Casey <jcasey@gnu.org> on 2003-01-07
Entry compiled byOskar Liljeblad <oskar@osk.mine.nu>

Categories



The copyright licensing notice below applies to this text. The software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Copyright © 2000, 2001, 2002, 2003 Free Software Foundation, Inc.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of this license is included in the file COPYING.DOC.

Please report any problems in this page to bug-directory@gnu.org, or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.