> Does anyone know of a perl module for pulling the actual search
> queries from search engine URLs?  It seems like writing a good regexp
> for that would be pretty tough.  The URLs vary a lot.

Don't use a regexp for this, or at least look at Regexp::Common::URI,
but first try URI, as Randal did suggest.

Has anyone used URI and uri_split and $query for something like this?

- Grant

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to