in reply to Re: mapping through filehandles
in thread mapping through filehandles

No need for map in void context:
print $_ $log for \*STDOUT, \*R;
P.S. I think I saw this from tye in the CB awhile back :-)