Help for this page

Select Code to Download


  1. or download this
    #!perl
    use DBI; 
    ...
      $col[2] = $table{$key}{'run'};
      printf "| %-25s | %3d | %3d |\n",@col;
    }