In one of my old perl scripts, I pull data from a database, and then load that data into excell. Now, I need to load basically the same info-- all of the columns are the same, however the data in 1 of the columns is different, thus changing the data on the other 3 columns.
Essentially, I need to somehow see the initial database table in order to change this info, and I'm unsure of how to do so. Any ideas ?
Essentially, I need to somehow see the initial database table in order to change this info, and I'm unsure of how to do so. Any ideas ?