in reply to (tye)Re3: (Golf): Sieve of Eratosthenesin thread (Golf): Sieve of Eratosthenes
sub sieve3 { grep{@_[map$a*$_,2..@_/($a=$_)]=0if$_[$_]>1}@_=0..pop } [download]