Help for this page
use strict; use warnings; ... } push @prime, $p; }
use strict; use warnings; ... push @prime, $p; last if $max == $#prime + 1; }