Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -wl
    use strict;
    ...
    }
    
    map {print if $sieve [$_];} (0 .. $max);
    
  2. or download this
    #!/your/perl/here
    use strict;
    ...
    }
    print "\n";
    exit;