>>>>> "je" == jagdish eashwar <[EMAIL PROTECTED]> writes:
>> So I changed the code to read "@role_id =
>> $c->req->params(role_id)" as Kevin suggested and put [EMAIL PROTECTED] in
>> the stash. Now there was no error, but I got "ARRAY(0x987e5e0)" in
>> the template instead of the role_id values.
i dare say that's not what i'd suggested. i wrote:
my @titles = ref $c->request->params->{title}
? @{ $c->request->params->{title} } : ($c->request->params->{title} || '');
the @{ ... } bit was not extraneous.
(on the other hand, if there's a more idiomatic way of doing this i'd
love to hear about it.)
but this is not a catalyst issue, 'perldoc perlref' for more on
references.
cheers.
k.
--
kevin montuori
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/