in reply to unpack blob

Edit: See this answer.

Try double quotes:
unpack( "S S C C S L N L L a*", $blob );
The way forward always starts with a minimal test.

Replies are listed 'Best First'.
Re^2: unpack blob
by natxo (Scribe) on Jan 12, 2016 at 22:09 UTC
    hi, thanks, unfortunately same result.