PDA

View Full Version : Need perl manual in hlp or chm format


khibinite
12-08-03, 08:21 PM
Hello, there!

I hardly need of perl manual in hlp or chm (Windows) format. Point me please is it possible to get because I fond nohing using Google :(.

TIA,
Nicolay.

Chas
12-08-03, 10:29 PM
You'll most likely need to convert the Perl POD in html format to the windows help file format. Search google for HTML to HLP conversion utility. I found this one pretty quickly: http://www.helpmaster.de/hlp-converter-htmltohelp.htm.

You can get all the Perl POD, and some Windows specific Perl docs, (in HTML format) from the ActiveState perl binary @ http://www.activestate.com/.

If you do find it already compiled in hlp format, please post back. Or if you compile it yourself, put it up for download :)

~Charlie

Chas
12-08-03, 10:36 PM
I found one already compiled:

http://xarch.tu-graz.ac.at/home/rurban/software/multiedit/

It's about half way down the page. It looks a bit outdated though...


Perl 5.6 --> http://xarch.tu-graz.ac.at/autocad/urban/perl/ (perlhlp5-1.51.zip)

Still a little old but closer.

khibinite
12-09-03, 07:22 AM
You'll most likely need to convert the Perl POD in html format to the windows help file format. Search google for HTML to HLP conversion utility. I found this one pretty quickly: http://www.helpmaster.de/hlp-converter-htmltohelp.htm.

You can get all the Perl POD, and some Windows specific Perl docs, (in HTML format) from the ActiveState perl binary @ http://www.activestate.com/.

If you do find it already compiled in hlp format, please post back. Or if you compile it yourself, put it up for download :)

~Charlie

Thanks for advice, i'll try to make it.