Fritz Borgstedt wrote:
>> I count only about
>> 30 actual URIs.
>
>
> I count much more for : costco.com

I spent some time trying to understand why the URIs were overcounted. 
Although I don't know why it makes a difference, a single added space in one 
line seemed to greatly reduce the extra counts.  Here's the modified line 
(about line# 4295):

   while ($b=~/(?:ht|f)tps?[\041-\176]{0,3}\:\/{1,3}($URIRe) 
|((?:www|ftp)(?:[\=\%]2e|\&\#0?46\;?|\.)$URIRe)/gio) {

The added space was inserted just before the "|" character after the first 
($URIRe).
What does adding that space do?

Thanks,
    Dave 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to