Re: Comparing two files

2001-06-09 Thread Will W
If your system's memory is large enough to hold the smaller dataset, then as others have said, working with hashes is the way to go: read all of small dataset into hash while another record in large dataset if key for record exists in hash delete hash{key}

Test: ignore

2001-06-10 Thread Will W
This post may be rejected by the [EMAIL PROTECTED] as has happened to one or two previous posts. The message body on those read "Our spam filter rejected this transaction." The ISP I use may have been blocked. We'll see if this message goes...

Re: perl2exe

2001-06-03 Thread Will W
[I'm not sure where to tack this on. Please don't put any significance on how I'm attaching this to the thread. Also, I sent the same material earlier today, but I think it went off into never-never-land. If you receive this twice, my apologies.] There is a lot of noise on this channel about perl

Re: Substring retrieval

2001-06-06 Thread Will W
- Original Message - From: Hasanuddin Tamir <[EMAIL PROTECTED]> To: Nathaniel Mallet <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, June 05, 2001 8:38 PM Subject: Re: Substring retrieval > On Tue, 5 Jun 2001, Nathaniel Mallet <[EMAIL PROTECTED]> wrote, > > > The Index functio