http://www.perlmonks.org?node_id=1013400


in reply to Re^4: Extracting only required length in a column in perl DBI
in thread Extracting only required length in a column in perl DBI

I'm of the mind set that you shouldn't pull back more data than you need then post process it, when you can easily return only what you need.

  • Comment on Re^5: Extracting only required length in a column in perl DBI