Win32::HtmlHelp - Perl extension for the HTML Help API


NAME

Win32::HtmlHelp - Perl extension for the HTML Help API


SYNOPSIS

  use Win32::HtmlHelp 'DisplayTopic';
  DisplayTopic( "MyHelp.chm", "html/intro.html" );


DESCRIPTION

The HTML Help application programming interface (API) enables a Windows program to create a help window that displays a help topic.

This Perl module provides access to a few HTML Help API calls.

Functions

EXPORT

None by default.

The function names must be explicitly exported.


SEE ALSO

The Microsoft HTML Help SDK:


  http://msdn2.microsoft.com/en-us/library/ms670169.aspx


AUTHOR

J-L Morel <jl_morel@bribes.org>

Home page: http://www.bribes.org/perl


COPYRIGHT AND LICENSE

Copyright (c) 2008 J-L Morel. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

 Win32::HtmlHelp - Perl extension for the HTML Help API