Help for this page

Select Code to Download


  1. or download this
    use File::Basename;
    # ...
    ...
                                                                          
    +          
      print Tr( {-align=>'center'}, @table_cells );
    }
    
  2. or download this
    while( my @cols= splice @files, 0, 4 ) {
      my @table_cells;
    ...
                                                                          
    +          
      print Tr( {-align=>'center'}, td(\@table_cells) );
    }