http://www.perlmonks.org?node_id=1228134


in reply to Re^3: More comprehensive style guide for Perl docs than perlpodstyle?
in thread More comprehensive style guide for Perl docs than perlpodstyle?

As indicated at Re: Drunk on golf: 99 Bottles of Beer, there's another reason to dislike substr - it's way too long for golf! (compared to Python's slices). :) Also, I'm not a fan of using substr as an lvalue - it may be powerful but adds still more complexity and does my head in.

  • Comment on Re^4: More comprehensive style guide for Perl docs than perlpodstyle?