Help for this page

Select Code to Download


  1. or download this
    my $rows = $tb->body_height(); 
    $pagelines = 50;
    
    ...
        print $tb->body($i);
        print "\n" if $i % $pagelines == $pagelines-1;
    }