In my [previous post](http://mark.stosberg.com/blog/2010/12/percent-encoding-uris-in-perl.html) I summarized the current state of Percent-encoding in Perl. One of my conclusions was that the perfect percent-encoding solution would...
Recently I've been reviewing how various Perl frameworks and modules generate HTTP headers. After reviewing several approaches, it's clear that there are two major...