The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.13 - 2012-09-17

  • Switched the sieve member data from explicit dynamic allocation (pointer) to STL-handled allocation (no explicit pointers involved).
  • Converted constructor to use an initializer list instead of in-body initialization.

Modules

Generate a list of all primes less than or equal to $n. Do it quickly.