File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ of these two functions.
4242To see how (un)packing works, we'll start with a simple template
4343code where the conversion is in low gear: between the contents of a byte
4444sequence and a string of hexadecimal digits. Let's use C<unpack>, since
45- this is likely to remind you of a dump program, or some desperate last
46- message unfortunate programs are wont to throw at you before they expire
47- into the wild blue yonder. Assuming that the variable C<$mem> holds a
45+ this is likely to remind you of a dump program, or some terse panic
46+ message you might get as a program crashes. Assuming that the variable
47+ C<$mem> holds a
4848sequence of bytes that we'd like to inspect without assuming anything
4949about its meaning, we can write
5050
You can’t perform that action at this time.
0 commit comments