Help for this page

Select Code to Download


  1. or download this
    sub process_query {
      $period = $query->param('period') || (keys %all_quotas)[0];
      print_table;
    }