in reply to Re: On what column do you wrap your code?
in thread On what column do you wrap your code?

That's pretty much how I handle it. I don't wrap: I just try to keep lines of code readably short.

print substr("Just another Perl hacker", 0, -2);
- apotheon
CopyWrite Chad Perrin

  • Comment on Re^2: On what column do you wrap your code?