sub getCustomerById { my ($id) = @_; return getById("customers", "cust_id", $id); }