Re: [Catalyst] Re: retrieving multiple values from forms

2007-12-19 Thread Сергей Мартынов
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

Re: [Catalyst] Re: retrieving multiple values from forms

2007-12-20 Thread Сергей Мартынов
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

Re: [Catalyst] REST - like uri design for CRUD

2008-01-20 Thread Сергей Мартынов
problems with proxies, etc. -- С уважением, Сергей Мартынов. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site