in reply to Hash of output file handles
print { $files[$i] } "stuff\n"; print { $OK ? STDOUT : STDERR } "stuff\n"; [download]