It's customary to include the switches in the count as a lot of code can be replaced by switches. For example, switching to say actually saves 3 chars.
12345678901234 perl -le"print ..." perl -E"say ..." 12345678901
In reply to Re^2: Counting positive numbers
by ikegami
in thread Counting positive numbers
by Young Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |