Perl 5.6.0 and Module docs snapshot as of 2001/03/15-ish, converted to Emacs TeXinfo and Info format. The following files are included: Module docs info/pm.info info/pm.info-* Perl 5.6.0 docs info/perl.info info/perl.info-* Unsplit Info files: info/perl-unsplit.info info/pm-unsplit.info Texinfo files: texi/*.texi texi/bigperl.texi texi/bigpm.texi No errors have been fixed (in particular, the main menu shows up multiple times, unfortunately). I'm hoping to use one of the Pod translator modules to rewrite pod2texi completely before I rerun this. The module info file has become too big to process in emacs (well, my emacs; it's about 28M in size). The makeinfo I had to use (makeinfo 3.12; earlier versions might work). To build the .info files from the .texi source: cd texi makeinfo --fill-column=75 --no-split --no-validate --force bigperl.texi makeinfo --fill-column=75 --no-split --no-validate --force bigpm.texi And then find the generated perl.info in emacs, run M-x Info-tagify, and run M-x Info-split. Similarly for pm.info. The entire distribution is ~100M unpacked; make sure you've got that much space before unpacking it. The final Info files are ~30M. Enjoy, Krishna Sethuraman krishpl@shamu.corp.sgi.com