[Catalyst] info basic stash problem...maybe i am too tired this sunday

2007-01-14 Thread Igor Longagnani
Hi, newbie here... i thought i had understood stash behaviour... but prolly not :) I can use it together with DBIx::Class resultsets and so on, BUT now i would like to put such an hashref $chiavi= { 'ka-111-234-586' = '0', 'ka-90-85-349' = '0', 'ka-5-21-629' = '0',

Re: [Catalyst] info basic stash problem...maybe i am too tired this sunday

2007-01-14 Thread Chisel Wright
On Sun, Jan 14, 2007 at 07:30:06PM +0100, Igor Longagnani wrote: $chiavi= { 'ka-111-234-586' = '0', 'ka-90-85-349' = '0', 'ka-5-21-629' = '0', 'ka-1-406-194' = '0', 'ka-111-194-479' = '1', 'ka-1-451-540' = '0',

Re: [Catalyst] info basic stash problem...maybe i am too tired this sunday

2007-01-14 Thread Sébastien Wagener
On Sun, 2007-01-14 at 19:01 +, Ash Berlin wrote: Igor Longagnani wrote: Hi, newbie here... i thought i had understood stash behaviour... but prolly not :) I can use it together with DBIx::Class resultsets and so on, BUT now i would like to put such an hashref $chiavi= {

Re: [Catalyst] info basic stash problem...maybe i am too tired this sunday

2007-01-14 Thread Igor Longagnani
As supposed i wastoo confused in my question, surely it wont get any better ..anyway let's try :) 1) I am into a controller and I have an hashref that I punt into the stash : $c-stash-{allegati} = $chiavi 2) in the template i wanna print out some of the values of the $chiavi referenced hash 3)