head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2008.08.19.13.18.29;	author skv;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add p5-URI-ParseSearchString 2.5, parse Apache refferer logs and extract
search engine query strings.
@
text
@This module provides a simple function to parse and extract search
engine query strings.  It was designed and tested having Apache referrer
logs in mind.  It can be used for a wide number of purposes, including
tracking down what keywords people use on popular search engines before
they land on a site.  It makes use of URI::split to extract the string
and URI::Escape to un-escape the encoded characters in it.  Although a
number of existing modules and scripts exist for this purpose, the
majority of them are either outdated using obsolete search strings
associated with each engine.

WWW: http://search.cpan.org/dist/URI-ParseSearchString/
@
