On Thu, Mar 11, 2004 at 11:46:55AM -0800, Justin Mason wrote:
> >+  if ([EMAIL PROTECTED] || (REQUIRE_SIGNIFICANT_TOKENS_TO_SCORE > 0 && 
> >+    $#sorted <= REQUIRE_SIGNIFICANT_TOKENS_TO_SCORE))
> 
> BTW will this result in counting the array twice?   A "$count = scalar
> @sorted" might help.

Hrm.  I don't think it iterates through the array for that.  It knows
what the end of the array is, so it should, in theory, have $#sorted on
hand, and do $#sorted+1 for @sorted...

-- 
Randomly Generated Tagline:
"if you don't know what Unix is, get off the internet." - Catherine Skidmore

Attachment: pgp5CSxpnrll8.pgp
Description: PGP signature

Reply via email to