Subject: | Semicolon should be considered a delimiter |
It would be nice if CGI::Lite allowed semicolons as query string delimiters (at the moment only ampersands are used).
Here's a "patch":
$delimiter = '[&;]'; #Instead of just '&'.
Of course, there may be some perfectly good reason the module only uses ampersands, but I can't think of any myself. :-)