Help for this page

Select Code to Download


  1. or download this
    -cols => 5,                             #################
    -colwidth=> -( ($pix_width-30)/5),      #################  
                                            # note: not -colWidth
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    $table->tagConfigure('title', -bd=>2, -relief=>'raised');
    
    MainLoop;