A humble enquiry of my fellow Monks,
I have a number of SDBM_File type Berkeley Database files that were written in big endian format. I need to read them on a machine that has a little endian native format. I'm not sure how to proceed. Do I have to write a converter using read and unpack functions? or, is there a way to open the file with tie function that will do the conversion for me? Any suggestions?
Thank you wise ones!