Hi , for skip all th Url that contains a query I use in my spider.conf this function : test_url => sub { $_[0]->path !~ /.*\?.*$/ } so I can eliminate the URL that I don't want. But this don't work. What is wrong? Thanks in advance, Cheers Andre.Received on Thu Dec 2 03:11:14 2004