in reply to Re^3: Reading data from ZIP data in a File::Temp filehandle problem
in thread Reading data from ZIP data in a File::Temp filehandle problem

That seems to work when implemented in my larger application. It does seem odd to me that the file is required for a method called readFromFileHandle.

In context of my app the code that is doing the Zip actions is separate from the code that is doing the URL retrieval and temp storage. So I was hoping to be able to just pass the filehandle reference around. Passing both the filehandle reference and a reference to the file itself is doable, but leaves me unsettled. :/

Thanks again for your help.

  • Comment on Re^4: Reading data from ZIP data in a File::Temp filehandle problem