$q = new CGI::Push;
$q->do_push(-next_page => \&sub);
or:
do_push (-next_page => \&sub);
do_push requires one argument: a reference to a
subroutine that will draw the next page. You may optionally specify a
subroutine that draws the last page and the interval between page
updates. Additional parameters to do_push are
those that can be used with a CGI::headers object.