Hi perl, newbie here, I am working on a legacy system which has been developed in perl and postgres. I am trying to get time stamp values from the db and use them for calculations.
I do the appropriate select * from table name, and then bind the values of the columns to perl variables. The...