Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $table->modify(td=>{align=>'right'});
    
    print $table->output;
    
  2. or download this
    ... rest of code untouched
    $table->add_cols({name=>'Device',data=>[@dev],before=>0});
    
    print $table->output;