Hey Monks
I have been using perl for about 6 months so I'm sorry for the simplicity of this question, but I'm stumpted. I am parsing an html table using HTML::TableExtract. When I display some of the rows they contain á which I want to substitute. I viewed the source of the html and the value that creates this accent mark is (&)nbsp; but without the parentheses. I have tried both the value seen in the source and the liveral value (á) as the the values in my s// but niether work. This accute accent mark is found both in the beginning and middle of some of the rows, so I cant just drop the first letter in the string. I would appreaciate any insight. Thanks

In reply to parsing accute accent marks from html by tbone

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.