Re: A long shot

2007-02-28 Thread Beginner
On 28 Feb 2007 at 9:58, Tom Phoenix wrote: > On 2/28/07, Beginner <[EMAIL PROTECTED]> wrote: > > > I have a list of files: > > > > hash.buckets > > page.index > > page.wordlist > > word.list > > word.index > > hash.file > > > > > > They are part of a SQL/Apache/mod_perl installation and these are

Re: A long shot

2007-02-28 Thread Tom Phoenix
On 2/28/07, Beginner <[EMAIL PROTECTED]> wrote: I have a list of files: hash.buckets page.index page.wordlist word.list word.index hash.file They are part of a SQL/Apache/mod_perl installation and these are some kind of indices for searches. I want to examine the contents if possible. Have

A long shot

2007-02-28 Thread Beginner
Hi All, This is a long shot. I have a list of files: hash.buckets page.index page.wordlist word.list word.index hash.file They are part of a SQL/Apache/mod_perl installation and these are some kind of indices for searches. I want to examine the contents if possible. It's quite pos