I uploaded a .02 release last night which i think will make something
like this even easier to accomplish. This version adds a function
called uri_to_function, which takes a RequestRec (or derived) object,
and an array of uri_bits and returns a function name that should be
used to to handl
I'm not a guru in the matter either, but it sounds interesting.
It looks like it could give a way to do things REST-like, but simpler.
[EMAIL PROTECTED] wrote:
The first version of this is now on CPAN, if anyone is interested in it.
Adam
Quoting [EMAIL PROTECTED]:
I've found myself writing
The first version of this is now on CPAN, if anyone is interested in it.
Adam
Quoting [EMAIL PROTECTED]:
I've found myself writing similar bits of code repeatedly, and figure
what i'm doing is probably common enough that something like this
could have a place on CPAN. I'm mostly curious abou
I've found myself writing similar bits of code repeatedly, and figure
what i'm doing is probably common enough that something like this
could have a place on CPAN. I'm mostly curious about if the name is
appropriate.
This is just a base class designed to speed the implementation of
han