I had a basic code where it stores a hash in a file.
store \%hash 'file';
retrieve ('file');
The difference is, the file is transferred to a different machine through SCP and retrieved there. While retrieval, I get this error "Magic number checking on storable file failed". I tried "nstore" too, but that too failed with the same error.
Is SCP the culprit in corrupting file or something? I looked at the file it looks same to me though! Is there anything i need to take care specifically? Anything else as a suggestion?
two things need to be checked:
EDIT::