The uploaded file
AxKit-XSP-QueryParam-0.01.tar.gz
has entered CPAN as
file: $CPAN/authors/id/N/NA/NACHBAUR/AxKit-XSP-QueryParam-0.01.tar.gz
size: 2979 bytes
md5: 00124ab6358621880e4d989902628791
===
I love writing quick snippets in XSP, but find evaluation logic to be a pain
in the butt. For instance:
<xsp:logic>
if (<param:foo/> =~ /joe/) {
<do:something/>
}
</xsp:logic>
The <param/> taglib is great, but is IMHO pretty limited. Therefore,
QueryParam is supposed to be a rather verbose replacement for it. It allows
you to set, get, remove, enumerate through, and do if / unless matches
(including regular expression matches) on URI arguments.
I actually wrote this a long time ago, but totally forgot to wrap it up into a
CPAN module. So, here it is!
Questions, comments, threats, bribes, are all welcome.
--
/* Michael A. Nachbaur <[EMAIL PROTECTED]>
* http://nachbaur.com/pgpkey.asc
*/
...[Arthur] leapt to his feet like an author hearing the phone ring...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]