I wrote,
> I suggest that both the Perl and the latex2html
> communities would benefit by carving a set of reusable
> Perl modules out of latex2html.
Marek Rouchal replied
>> I absolutely agree with you. After improving the multi-platform
>> configuration and including L2H on the TeXlive-CDROM, I'll try to focus on
>> this subject.
Excellent!
I ran the B::Xref module on the latex2html source file and found
621 subroutines.
123 do_cmd_ routines
57 make_ routines
39 get_ routines
28 do_env_ routines
26 process_ routines
21 replace_ routines
12 add_ routines
12 remove_ routines
I would suggest that no just anyone can divide latex2html into manageable
chunks ;-). Nevertheless, once you (or anyone) extracts some rough modules
I would be happy to help create test files, add the necessary tweaks to get
things running under -w and strict, and add documentation.
Scott