Pod::Hlp 1.02 review
DownloadPod::Hlp is a Perl module that can convert POD data to formatted VMS HLP Help module text. SYNOPSIS use Pod::Hlp; po
|
|
Pod::Hlp is a Perl module that can convert POD data to formatted VMS HLP Help module text.
SYNOPSIS
use Pod::Hlp;
pod2hlp("perlfunc.pod",$top_help_level,*Filehandle);
Also:
pod2hlp < input.pod
Also:
perl pod2hlb
Pod::Hlp is a module that can convert documentation in the POD format (such as can be found throughout the Perl distribution) into formatted VMS *.HLP files. Such files can be inserted into an .HLB library through the LIBRARY/HELP/REPLACE system call, or via the use of the pod2hlb script supplied with the kit. A separate pod2hlp program is included that is primarily a wrapper for Pod::Hlp.
The single function pod2hlp() can take one, two, or three arguments. The first should be the name of a file to read the pod from, or "
Pod::Hlp 1.02 keywords