I have a table PGM_MASTER, which has three columns
PGM_ID | int(11)
PGM_ENV_ID | int(11)
PGM_TEXT | mediumtext
I need your assistance in storing files/contents directly into mysql DB (say /tmp/t1.tst) for column ‘PGM_TEXT’ along with other columns in the row through perl. I too need to preserve the format of files which I intend to store.
Advanced thanks for your help.
Untested: