|
|
| No such thing as a small change | |
| PerlMonks |
Re: Mr. BlindNewB question regarding spacingby GrandFather (Cardinal) |
| on Oct 02, 2012 at 20:21 UTC ( #996907=note: print w/ replies, xml ) | Need Help?? |
|
Instead of adding what would generally be considered excess white space, try setting your editor to use a larger font. Generally more important than white space is that you always use strictures (use strict; use warnings;) to tell you early about silly errors such as typos. It's much harder to see and understand stuff that isn't there. Avoid using the default variable $_ where you can use a meaningfully named variable instead. Consider:
True laziness is hard work
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||