Help for this page

Select Code to Download


  1. or download this
    @fields = qw(
      viewpositionid institution department confirstname
    ...
      budgetsalary statefundsources fedfundsources
      statebudgetcat priclass subip thetime approved
    );
    
  2. or download this
    foreach my $rec (@ODB) {
      chomp($rec);
    ...
      print DATABASE join "\t", @db_rc{@fields};
      print DATABASE "\n";
    }