There's a minor typo here [perldoc.perl.org/perlpacktut](https://perldoc.perl.org/perlpacktut.html), under the topic **Unpacking a Stack Frame**. The second code fence there has ``` my( $ip, $cs, $flags, $ax, $bx, $cd, $dx, $si, $di, $bp, $ds, $es ) = unpack( 'v12', $frame ); ``` The `$cd` there should be changed to `$cx`
There's a minor typo here perldoc.perl.org/perlpacktut, under the topic Unpacking a Stack Frame. The second code fence there has
The
$cdthere should be changed to$cx