$count++;
print "Loop $count, borrowers id : ";
foreach my $borrower_id (@$table) {
print "$borrower_id | ";
print "$borrower_id , ";
}
print "\n";
-