On 8/10/07, Steve Chervitz <sac at bioperl.org> 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