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.
42
42
To see how (un)packing works, we'll start with a simple template
43
43
code where the conversion is in low gear: between the contents of a byte
44
44
sequence 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
48
48
sequence of bytes that we'd like to inspect without assuming anything
49
49
about its meaning, we can write
50
50
You can’t perform that action at this time.
0 commit comments