]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP 1768715: Simplify Open-ILS/src/support-scripts/pingest.pl with selectcol_arrayref.
authorJason Stephenson <jstephenson@mvlcstaff.org>
Mon, 11 Apr 2016 14:39:02 +0000 (10:39 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 23 Aug 2018 16:27:54 +0000 (12:27 -0400)
commit1f2f392b42c5e1e10488d2034a0686c7e8768ad4
treeb50af4d3aceb993f788147e5e6219f518b73cb5a
parent2da2f10b1e9f744cd57da8ced8fdb8779f1b5511
LP 1768715: Simplify Open-ILS/src/support-scripts/pingest.pl with selectcol_arrayref.

By switching to DBI->selectcol_arrayref in pingest.pl, we can avoid
having to check for references in the main loop.  This eliminates an
extra variable and an extra line of code that are no longer needed.

Signed-off-by: Jason Stephenson <jstephenson@mvlcstaff.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/support-scripts/pingest.pl