http://www.perlmonks.org?node_id=283987


in reply to (Golf) Friday Golf: Print Formatted Sequence of Digits

My 1st PM golf entry :)
perl -e 'print"0$_ "for"02".."20"' 123456789012345678901234
Ben.