Hi George --

>I was _extremely_ happy to see that I could have
>mode_param() execute a callback.  Has anybody else
>utilized this functionality yet, to your knowledge? 
>And as ever, thanks for your response(s).

I'm actually using it right now for a big application which uses the URI
path to set run-mode instead of (and in addition to) a "rm" parameter.  It
has worked great, but it definitely is a departure from my usual mode of
thinking.

The biggest problem for me is properly distributing tasks between the web
server and the application.  For instance, I am also using the Apache
rewrite engine to convert and redirect some URLs.  This could have also been
done in my mode param callback, but it was more run-time efficient to do it
outside of Perl where possible.

TTYL,

-Jesse-

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to