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

Minor improvement: all the parentheses are unnecessary.
perl -le'printf"%03u ",$_ for 2..20'

-- Mike

--
XML::Simpler does not require XML::Parser or a SAX parser. It does require File::Slurp.
-- grantm, perldoc XML::Simpler