in reply to LWP::Simple Empty File

Your code works for me (in the sense that it stores something that looks like that page into some_local_file).

Have you looked at the return code of getstore? Do you have write permissions to some_local_file?

Consider splitting up getstore into the two components, get (from LWP::Simple) and then writing the file yourself.