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>