in reply to Re^3: small sig line
in thread small sig line

Here's a slight functionality change, along with a pretty good golf score:
/usr/bin/perl '-nemap$.%$_||redo,2..$.++;print$.--'

/usr/bin/perl '-lefor(my$x=1;;){map$x%$_||next,2..$x++;print$x}'