StickyQuery

miyagawa on 2001-10-17T17:47:36

HTML::StickyQuery is a subclass of HTML::Parser which does automatic QueryString addition for A hrefs in HTML.

It'll be useful in keeping state info (ex; Session ID) without Cookies. For example,

<A href="foo.cgi">bar</A>
will be filtered to
<A href="foo.cgi?sid=xxxxx">bar</A>


This module is written by Ikebe-san, one of my colleagues.