I currently have an external command which I run in my script through backtics It takes several minutes to run to completion. I'd like to print the output immediately, with an added bonus if I can do s/\n/<br>/gs on it on-the-fly. Any good ideas?