in reply to Re: Port Java code to Perl help
in thread Port Java code to Perl help

This solution did the trick, got the result into a binary exactly as we needed! Thanks so much and sorry for the delay in getting my response back up here.
sub dashedHexToBytes{ join'', map pack( 'H*', $_ ),split'-', $_[0] };
Best! Jaakko