http://www.perlmonks.org?node_id=826047


in reply to unpack Group Repeat-Count Behavior: Scalar versus List Context

On Win32 5.10.1 (ActiveState 1006), I can reproduce the same result.

As a work-around, using the fact that we wish to print the fourth value, skipping 12 bytes:

. . . my $unk = '(x12) N'; . . .
This produces:
n1 44 n2 44
Good luck. -c