in reply to Line Numbering in Code Listings

Nice.

Btw, to get rid of code wrapping, setting the Code Wrap Length to its maximum of 32766 should get rid of it in more or less all cases except maybe some Obfuscations (where line numbers make limited sense anyway).

If we still hit the code wrapping limit in SoPW, we already know where the design issue in that code snippet is ;-)

Don't use '#ff0000':
use Acme::AutoColor; my $redcolor = RED();
All colors subject to change without notice.