in reply to LWP Simple - getstore function

You are trying to use the file name as a handle to a file which is read out to the end. Try File::Copy.

After Compline,
Zaxo

Replies are listed 'Best First'.
Re^2: LWP Simple - getstore function
by tanger (Scribe) on Oct 31, 2004 at 05:53 UTC
    hi-

    ty, I tried that but no luck :(

    It copies the ascii image file to the new dir which leaves the same result. I think I need to figure out how to convert it to binary?? or download it in binary mode?