timothy: Ausgabe des Bearbeitungsstandes waehrend das Script noch laeuft

Beitrag lesen

Hi Neo,

cgi::push

DESCRIPTION
CGI::Push is a subclass of the CGI object created by CGI.pm. It is specialized for server push operations, which allow you to create animated pages whose content changes at regular intervals.

You provide CGI::Push with a pointer to a subroutine that will draw one page. Every time your subroutine is called, it generates a new page. The contents of the page will be transmitted to the browser in such a way that it will replace what was there beforehand. The technique will work with HTML pages as well as with graphics files, allowing you to create animated GIFs.

Ich denke, das ist die einfachste Lösung.

Bye
Timothy