in reply to Memory limits with NET::SSLeay
You should be able to use the Net::SSLeay::read() method to read in chunks of the file and write them directly to the output file, rather than getting the entire file at once. The documentation provides more details.
|
|---|