Re: [Catalyst] access stash outside methods

2007-08-22 Thread Jason Kohles
On Aug 21, 2007, at 3:48 PM, Aditya Verma wrote: Hi All, I want all of my controllers to register there respective URLs with description. this data will be used in template to create dynamic HTML pages. controllers will register URLs at catalyst startup. I have to store this data into

[Catalyst] access stash outside methods

2007-08-21 Thread Aditya Verma
Hi, I am running catalyst under apache configured with mod_perl. Can I somehow access stash out methods. I want to declare a global variable inside controller and outside methods which will be accessible in all controllers. stash could be a solution but outside methods context object is not

Re: [Catalyst] access stash outside methods

2007-08-21 Thread Aditya Verma
Hi All, I want all of my controllers to register there respective URLs with description. this data will be used in template to create dynamic HTML pages. controllers will register URLs at catalyst startup. I have to store this data into variable (not in any file or database) which will be

Re: [Catalyst] access stash outside methods

2007-08-21 Thread Jonathan Rockway
Aditya Verma wrote: Hi All, I want all of my controllers to register there respective URLs with description. this data will be used in template to create dynamic HTML pages. controllers will register URLs at catalyst startup. I have to store this data into variable (not in any file or