Re: indexing books with Perl

2003-03-18 Thread Bill Akins
You may want to check out ht://dig (www.htdig.org) as it will index pretty near anything. Most of the parsing is done with perl so you get some good examples of what can be done with perl. I know it is ported to *nix, SPARC 2.x HP/UX 10, BSD and OS X. I'm sure there is a WinDoze distro also.

Re: indexing books with Perl

2003-03-18 Thread zentara
On Mon, 17 Mar 2003 12:41:19 -0500, [EMAIL PROTECTED] (Matthew Stapleton) wrote: >I am new to this list and perl. I am wanting to find or perhaps write a >script which will index religious works such as the apocrypha or the >dhammapada. These texts usually take the form of: > >Book Chapter:Verse

Re: indexing books with Perl

2003-03-17 Thread Wiggins d'Anconia
Matthew Stapleton wrote: Hello folks, I am new to this list and perl. I am wanting to find or perhaps write a script which will index religious works such as the apocrypha or the dhammapada. These texts usually take the form of: Book Chapter:Verse Passage Does anyone know of such a script? And,