in reply to Re^3: Posting files to Amazon MWS using LWP
in thread Posting files to Amazon MWS using LWP
If $filename_to_send eq "", none is sent, if $filename_to_send is undef, then basename of $local_file_to_open is sent[ $local_file_to_open, $filename_to_send, Header => Value... ] [ undef, $filename_to_send, Header => Value,..., Content => $file_cont +ents ]
|
|---|