http://www.perlmonks.org?node_id=241988


in reply to Re: Cgi , fork , output data
in thread Cgi , fork , output data

Additionally, it's worth noting that even if your code works, it might not work in a Web environment -- although most browsers have gotten 'smart' about rendering the page as they receive the content since it looks faster, to my knowledge they are under no obligation to do so. You might consider using a refresh instead.