- or download this
X:for(my$x=1;;){$x%$_||next(X)for(2..$x++);print$x.$/}
- or download this
X:for(my$x=1;;){$x%$_||next(X)for(2..$x++);warn$x.$/}
- or download this
X:for($x=1;;){$x%$_||next(X)for(2..$x++);warn$x.$/}
- or download this
X:for($x=1;;){map{$x%$_||next X}2..$x++;warn$x.$/}
- or download this
for($x=1;;){map$x%$_||next,2..$x++;warn$x.$/}
- or download this
$x++;{map$x%$_||redo,2..$x++;warn$x.$/;redo}