in reply to Re: Change default style sheet: add line numbers
in thread Change default style sheet: add line numbers

This would block C&P without clicking on DOWNLOAD, that's why many would object. But an interactive JS toggle might solve that.

Hmm , firefox doesn't copy/paste line numbers ... so I don't think JS is required

  1. #!/usr/bin/perl --
  2. use strict;
  3. use warnings;
  4. print "Hello + world!\n";