W
worker
Hi, all,
I am using this File::SortedSeek module to search a big data file
and it is not working.
The data file has these entries:
01/01/1960,0.75
01/02/1960,0.00
etc
basically, a date followed by a number
Then, I have this other file contains only the list of valid date
as follows:
01/05/1960
01/07/1960
So, what I am doing is to get a line from the valid date file, then
File::SortedSeek out the matching date in the data file, but no matter
how I try, it is not matching at all,
Is that module real or just a quack?!
thx
bill
I am using this File::SortedSeek module to search a big data file
and it is not working.
The data file has these entries:
01/01/1960,0.75
01/02/1960,0.00
etc
basically, a date followed by a number
Then, I have this other file contains only the list of valid date
as follows:
01/05/1960
01/07/1960
So, what I am doing is to get a line from the valid date file, then
File::SortedSeek out the matching date in the data file, but no matter
how I try, it is not matching at all,
Is that module real or just a quack?!
thx
bill