I'm passing with POST, but that's not the issue. When I first populate the record in the DBM file, no special characters are appended. The problem only occurs when I update a record in the DBM file.
This all has something to do, I think, with the fact that when I delete a record from the database it is still present when I open the .pag file in a text editor, yet will not show up in a search of the DBM using the 'each' function (the desired effect). Obviously, some sort of incomplete deletion seems to be affecting the updated record.
%09 is explained as the following on some sources I have read on the net:
HT::=character_nbr(9)::= Move to next Tab-stop(ASCII'HT)\t.
Decimal = 9, Hex = 09, ASCII = HT
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.