On Tue, 28 Jan 2003, Emmanuel Fournier wrote:
> Hello,
> newbie with swish-e ;-)
> i've read a lot, but ...
>
> i want the spider.pl script to not follow <A> links by filtering
> on the querystring part of the URI :
>
> http://www.somesite.fr/rep/file.htm?param1=value1¶m2=value2
> ^^^^^^^^^^
> In the spider.conf file, in the test_url function, i tried :
>
> return if $uri->path =~ /param1=value1/i;
Type perldoc URI at your local command prompt.
You will probably want to look at $uri->query instead.
--
Bill Moseley moseley@hank.org
Received on Tue Jan 28 12:54:27 2003