http://qs1969.pair.com?node_id=1037285


in reply to Re^2: LWP::Simple Getstore memory
in thread LWP::Simple Getstore memory

Yes, I want to download files directly to the disk, without a huge memory buffer. Content_file looks like it practically replaces the need for getstore, as you can simply set the content_file to the filename and store the file that way - without ever reading the file to memory. Am I missing something here, or is it essentially a getstore replacement?