On 8/10/07, Steve Chervitz <[EMAIL PROTECTED]> wrote:
> to this:
>
>     my $vars = {
>     fruit => 'apple',
>     colors => qw(red yellow green blue)
>     };

and I guess this should really be:

  color => [ qw(red yellow green blue) ],



-- 
Tatsuhiko Miyagawa

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to