* Matt Lawrence <[EMAIL PROTECTED]> [2008-03-20 16:50]:
> It would be cleaner, but less concise, to use a hash-like
> configuration:
>
> # Temporary redirect to /my/action/1/2/3?q=search%20string
> $c->uri_redirect({
>    action => '/my/action',
>    args => [qw( 1 2 3 )],
>    status => 307,
>    query => { q => "search string" },
>    # detach => 1 ??
> });

That is so wordy I don’t know what the point is compared to doing
it the conventional way.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

_______________________________________________
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: http://dev.catalyst.perl.org/

Reply via email to