Re: [Catalyst] Accessing request environment variables under fastcgi?

2008-10-17 Thread Chris Weyl
On Fri, Oct 17, 2008 at 10:19 AM, Mark Trostler <[EMAIL PROTECTED]> wrote: > > They're all in a hashref here: $c->engine->env I knew I was making way too much out of it. Thanks :-) -Chris -- Chris Weyl Ex astris, scientia

Re: [Catalyst] strict stash vars

2008-10-17 Thread Ian Sillitoe
> I wonder if there is a stricter stash plugin to store vars? > I mean stash that knows what exactly variables have been created, > so if I make a typo in my template file, it will croak about invalid var. Try turning on the 'DEBUG_UNDEF' flag in your TT2 config: http://template-toolkit.org/docs

Re: [Catalyst] Accessing request environment variables under fastcgi?

2008-10-17 Thread Mark Trostler
They're all in a hashref here: $c->engine->env Mark Chris Weyl wrote: Hey all -- So, I might be a bit crazy here, and there might be a perfectly good way to do this that I'm not aware of, and my searches aren't returning anything useful. Hitting me with a clue-stick is quite welcome.

[Catalyst] Accessing request environment variables under fastcgi?

2008-10-17 Thread Chris Weyl
Hey all -- So, I might be a bit crazy here, and there might be a perfectly good way to do this that I'm not aware of, and my searches aren't returning anything useful. Hitting me with a clue-stick is quite welcome. :-) I'm working on a site where all of the users already have SSL certs identifyi

[Catalyst] strict stash vars

2008-10-17 Thread Ruslan Bondarev
Hi. I wonder if there is a stricter stash plugin to store vars? I mean stash that knows what exactly variables have been created, so if I make a typo in my template file, it will croak about invalid var. Also, I can easily overwrite someone's (plugin?) var, because of free form "namespace", and t