On Wed, 16 Dec 1998, David Richard wrote: > Currently, the score that is returned for files found with swish is in the > range of 0 -> 1000. I would like to change this so that the range of values > is between 0 -> 100. What do I need to modify (eg. where - and how, for that > matter - are the scores calculated?)? Is there something wrong with the blatantly obvious: $score /= 10; in your Perl script? - PaulReceived on Wed Dec 16 14:31:10 1998