Hi,
When accessing CSV with AnyData as a tie hash, I found
that although the C<while (my $row = each %$table)> syntax
is valuable, it C<last> as soon as I try to modify the
table inside the loop, for ex. C<delete $table->{key};>.
Or have I missed something?/pm5/
