Multi-base primes: Difference between revisions

m
→‎{{header|Perl}}: oops, change code to match output
(Added Perl example)
m (→‎{{header|Perl}}: oops, change code to match output)
Line 1,102:
my(%prime_base, %max_bases, $l);
 
my $chars = 45;
my $upto = fromdigits( '1' . 'Z' x $chars, 36);
my @primes = @{primes( $upto )};
2,392

edits