>>>>> "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
- 04-map.patch Akim Demaille
- Re: 04-map.patch Tom Tromey
- Re: 04-map.patch Akim Demaille
- Tom Tromey