in reply to Re^3: DBI::CSV using a variable to request columns
in thread DBI::CSV using a variable to request columns
Very generic ...
In this sense: DRY is also a good practice! :)
And less generic:
The best practice would be a programming style/ SQL abstraction which allows defining the fields just once and automatically checks a table's integrity at compile-time.
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: DBI::CSV using a variable to request columns
by chacham (Prior) on May 23, 2016 at 16:20 UTC |