On Sunday 17 September 2006 13:48, Kris Bosland wrote:
> this works:
>
> my @columns = @{$softtable->[3]};
> is(join(' ',map { $_->{val} } @columns),"100","set1 first bin");
>
> So, it doesn't like my dereference notation for some reason.
Odd; can you post a little more context? The error message bothers me (in an
anonymous subroutine?).
-- c