insns.pl: escape literal special character in regex
commite6fb38b9f2b9d0549142898725d723bf9cec748f
authorH. Peter Anvin <hpa@zytor.com>
Tue, 20 May 2008 04:10:14 +0000 (19 21:10 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 20 May 2008 04:10:14 +0000 (19 21:10 -0700)
tree23ebe8f346ae21d9b2c3fa4cddb714f4602bfdcc
parent7a4928f484b9c2f1676349c421215cbb8766e030
insns.pl: escape literal special character in regex

In Perl code, it is good practice to escape special characters
intended to be literal.
insns.pl