Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use warnings;
    use strict;
    ...
    }
    
    sieve2();
    
  2. or download this
    C:\Users\Perl Scripts> sieve2.pl
    Use of uninitialized value in new at C:\Users\Paul\Documents\Perl Scri
    +pts\question.pl line 20.
    Use of uninitialized value in new at C:\Users\Paul\Documents\Perl Scri
    +pts\question.pl line 20.
    ...
    9
    10
    Can't call method "forprimes" without a package or object reference at
    + C:\Users\Paul\Documents\Perl Scripts\question.pl line 18.
    
  3. or download this
    3
    5
    6
    9
    10