From: Jamie C. <jca...@we...> - 2003-06-24 23:01:08
|
Kevin Golding wrote: > I'm trying to finish my first webmin module but I can't get my perl script > to provide unbuffered output even though I have $|=1 at the start of the > script. Could anybody provide some pointers please? You should also try setting $theme_no_table = 1; before calling the header() function, to prevent the default theme from surrounding all other text on the page with a big table. In many browsers this will hide everything until the page is complete, as partial tables do not get rendered. - Jamie |