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;
    }
    
  2. or download this
    # input
    my @top = ();
    ...
    for (@top){
      printf "| %-25s | %3d | %3d |\n",@$_;
    }