Help for this page

Select Code to Download


  1. or download this
    my ($endw, $ypos, $overflow) = $tb->apply();
    while ($overflow ne '') {
    ...
       $tb->text("<i>Continued...</i><br/>" . $overflow);
       ($endw, $ypos, $overflow) = $tb->apply();
    }