#778696 code2html: Perl warnings for length() on array

#778696#5
Date:
2015-02-18 16:54:33 UTC
From:
To:
Dear Maintainer,

Running code2html (with any options) gives the following Perl warnings:

 length() used on @lines (did you mean "scalar(@lines)"?) at /usr/bin/code2html line 1360.
 length() used on @lines (did you mean "scalar(@lines)"?) at /usr/bin/code2html line 1370.

(Installed version of perl is 5.20.1-5)