Tatsuhiko Miyagawa's Blog

StickyQuery

October 16, 2001

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,

bar

will be filtered to

bar

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