Skip to content

Commit 9b51d83

Browse files
committed
perlpacktut: Remove some jargon
Fixes Perl#22697
1 parent d85c3a2 commit 9b51d83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pod/perlpacktut.pod

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ of these two functions.
4242
To see how (un)packing works, we'll start with a simple template
4343
code where the conversion is in low gear: between the contents of a byte
4444
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
4848
sequence of bytes that we'd like to inspect without assuming anything
4949
about its meaning, we can write
5050

0 commit comments

Comments
 (0)