>>>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:

Akim>      grep { delete $clean_files{"$infobase.$_"} } @syncodeindexes;

Akim> This last one (not patched), I'm not sure how to write it elegantly.

Won't s/grep/map work here?

I think we should adopt a rule of only using grep where we use the
return result.  Other uses we could write in terms of map or foreach.
Comments?

Tom

Reply via email to