<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Thank you for your reply! That's interesting, I have the same
      version. I recently disabled a scrip that I added and that fixed a
      major memory leak causing slowdowns. Maybe it's a scrip issue, but
      much harder to diagnose, right?</p>
    <p>Here's some other info:</p>
    <blockquote>
      <pre>root@sbs-help:~# perl -MHTML::Element -e 'print "$HTML::Element::VERSION\n"';
5.03

root@sbs-help:~# dpkg -l | grep perl | grep -i html | awk '{print $3" "$2}'
6.03-1 libhtml-form-perl
2.11-2 libhtml-format-perl
0.06-1 libhtml-formattext-withlinks-andtables-perl
0.15-1 libhtml-formattext-withlinks-perl
3.72-1 libhtml-parser-perl
3.20-2 libhtml-tagset-perl
5.03-2 libhtml-tree-perl
1.001-1 libio-html-perl
</pre>
    </blockquote>
    <p>I have not installed anything from CPAN that I know of.<br>
    </p>
    <div class="moz-signature">
      <p style="padding-bottom: 5px;">Best regards,<br>
        Steve<br>
      </p>
      <br>
    </div>
    <div class="moz-cite-prefix">On 12/21/2016 12:43 PM, Landon Stewart
      wrote:<br>
    </div>
    <blockquote
      cite="mid:50FB241D-14EA-4FBA-B2B9-ABCE466A74A0@internap.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <div class="">What version of HTML::Element are you using?  I
        don't get these warnings in our logs.</div>
      <div class=""><br class="">
      </div>
      <div class=""># perl -MHTML::Element -e 'print
        "$HTML::Element::VERSION\n"';<br class="">
        5.03<br class="">
        <br class="">
      </div>
      <div class=""><br class="">
      </div>
      On Dec 21, 2016, at 8:45 AM, Stephen Switzer <<a
        moz-do-not-send="true" href="mailto:steve@sbsroc.com" class=""><a class="moz-txt-link-abbreviated" href="mailto:steve@sbsroc.com">steve@sbsroc.com</a></a>>
      wrote:<br class="">
      <div>
        <blockquote type="cite" class=""><br
            class="Apple-interchange-newline">
          <div class="">
            <div bgcolor="#FFFFFF" text="#000000" class="">
              <p class="">I'm running RT 4.4.1 w/ RTIR. The following
                appears when viewing a ticket. Please keep in mind that
                I shortened this a LOT. Each section repeats a few
                hundred times in the log:<br class="">
              </p>
              <blockquote class="">
                <pre class=""><tt class="">[11754] [Wed Dec 21 16:35:39 2016] [warning]: Use of uninitialized value $_ in concatenation (.) or string at /usr/share/perl5/HTML/FormatText/WithLinks/AndTables.pm line 214. (/usr/share/perl5/HTML/FormatText/WithLinks/AndTables.pm:214)</tt><tt class="">
</tt><tt class="">---clip---</tt><tt class="">
</tt><tt class="">[11754] [Wed Dec 21 16:35:39 2016] [warning]: Use of uninitialized value $ptag in string eq at /usr/share/perl5/HTML/Element.pm line 711. (/usr/share/perl5/HTML/Element.pm:711)</tt><tt class="">
</tt><tt class="">[11754] [Wed Dec 21 16:35:39 2016] [warning]: Use of uninitialized value $ptag in string eq at /usr/share/perl5/HTML/Element.pm line 711. (/usr/share/perl5/HTML/Element.pm:711)</tt><tt class="">
</tt><tt class="">[11754] [Wed Dec 21 16:35:39 2016] [warning]: Use of uninitialized value $ptag in hash element at /usr/share/perl5/HTML/Element.pm line 711. (/usr/share/perl5/HTML/Element.pm:711)</tt><tt class="">
</tt><tt class="">[11754] [Wed Dec 21 16:35:39 2016] [warning]: Use of uninitialized value $ptag in string eq at /usr/share/perl5/HTML/Element.pm line 711. (/usr/share/perl5/HTML/Element.pm:711)</tt><tt class="">
</tt><tt class="">[11754] [Wed Dec 21 16:35:39 2016] [warning]: Use of uninitialized value $ptag in string eq at /usr/share/perl5/HTML/Element.pm line 711. (/usr/share/perl5/HTML/Element.pm:711)</tt><tt class="">
</tt><tt class="">[11754] [Wed Dec 21 16:35:39 2016] [warning]: Use of uninitialized value $ptag in hash element at /usr/share/perl5/HTML/Element.pm line 711. (/usr/share/perl5/HTML/Element.pm:711)</tt><tt class="">
</tt><tt class="">---clip---</tt><tt class="">
</tt><tt class="">[11754] [Wed Dec 21 16:35:44 2016] [warning]: Use of uninitialized value $tag in string eq at /usr/share/perl5/HTML/Element.pm line 2632. (/usr/share/perl5/HTML/Element.pm:2632)</tt><tt class="">
</tt><tt class="">[11754] [Wed Dec 21 16:35:44 2016] [warning]: Use of uninitialized value $tag in string eq at /usr/share/perl5/HTML/Element.pm line 2656. (/usr/share/perl5/HTML/Element.pm:2632)</tt><tt class="">
</tt><tt class="">[11754] [Wed Dec 21 16:35:44 2016] [warning]: Use of uninitialized value $tag in string eq at /usr/share/perl5/HTML/Element.pm line 2656. (/usr/share/perl5/HTML/Element.pm:2632)</tt><tt class="">
</tt><tt class="">[11754] [Wed Dec 21 16:35:44 2016] [warning]: Use of uninitialized value $tag in string eq at /usr/share/perl5/HTML/Element.pm line 2656. (/usr/share/perl5/HTML/Element.pm:2632)</tt>
</pre>
              </blockquote>
              Is there something I need to fix, or is this "normal"?<br
                class="">
              <br class="">
              Extra information:<br class="">
              <blockquote class="">
                <pre class=""><tt class="">root@sbs-help:~# cat /etc/lsb-release </tt><tt class="">
</tt><tt class="">DISTRIB_ID=Ubuntu</tt><tt class="">
</tt><tt class="">DISTRIB_RELEASE=16.04</tt><tt class="">
</tt><tt class="">DISTRIB_CODENAME=xenial</tt><tt class="">
</tt><tt class="">DISTRIB_DESCRIPTION="Ubuntu 16.04.1 LTS"</tt><tt class="">

</tt><tt class="">root@sbs-help:~# perl --version</tt><tt class="">
</tt><tt class="">
</tt><tt class="">This is perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-linux-gnu-thread-multi</tt><tt class="">
</tt><tt class="">(with 58 registered patches, see perl -V for more detail)</tt><tt class="">
</tt></pre>
              </blockquote>
              Thank you!<br class="">
              <br class="">
              <div class="moz-signature">-- <br class="">
                <p style="padding-bottom: 5px;" class="">Best regards,<br
                    class="">
                  Steve<br class="">
                </p>
              </div>
            </div>
          </div>
        </blockquote>
      </div>
      <br class="">
      <div class="">
        <div style="word-wrap: break-word; -webkit-nbsp-mode: space;
          -webkit-line-break: after-white-space;" class="">
          <div style="color: rgb(0, 0, 0); font-family: Helvetica;
            font-size: 18px; font-style: normal; font-variant-caps:
            normal; font-weight: normal; letter-spacing: normal;
            orphans: auto; text-align: start; text-indent: 0px;
            text-transform: none; white-space: normal; widows: auto;
            word-spacing: 0px; -webkit-text-stroke-width: 0px;">
            --<br class="">
            Landon Stewart<br class="">
            Lead Analyst - Abuse and Security Management<br class="">
            INTERNAP ®<br class="">
            📧 <a moz-do-not-send="true"
              href="mailto:lstewart@internap.com" class="">lstewart@internap.com</a><br
              class="">
            🌍 <a moz-do-not-send="true" href="http://www.internap.com"
              class="">www.internap.com</a></div>
        </div>
      </div>
      <br class="">
    </blockquote>
    <br>
  </body>
</html>