Mailing List Archive

Force Output ?
Hello,

How I can force to webserver/embperl to out the page ?

This is Like $|=1 in perl scripts ....

I have this :

<html>
<body>
info ...
info ....

Execute a command ..... with delay ....

info
info
info
</body>
</html>

I want to display the info between <html> and COMMAND, but I can't
make to embperl to flush the output ....

Bye