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


in reply to (ichimunki) Re: Prime Number Finder
in thread Prime Number Finder

$o++ if $o % 2 == 0;

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?