Re: [cgiapp] Current run-mode

2003-10-06 Thread Steve Comrie
Joel, A followup to my last question, is this an acceptable (ie supported) way of getting the current run-mode from inside of setup(): my $rm = $self-{'__CURRENT_RUNMODE'} Or is there a safer way to get at that? You should take a read through my CGI::Application Order of Operations

[cgiapp] Re: URL Encryption

2003-10-06 Thread Mark Stosberg
On 2003-10-06, Steve Comrie [EMAIL PROTECTED] wrote: I know there's a couple people on the list that have mentioned it before and I haven't had a use for it up until now, but what techniques / CPAN modules are being used to encrypt static URL's to prevent URL hacking? By static URL, I assume

[cgiapp] Re: menuing

2003-10-06 Thread Mark Stosberg
On 2003-10-05, Ron Savage [EMAIL PROTECTED] wrote: On Fri, 3 Oct 2003 15:11:27 -0400, Joel Gwynn wrote: Hi Joel Hello all. I'm trying to develop a generic menu system for our Have you considered using CGI::Explorer? Looks interesting. Is there a demo or example out in the wild to check