in reply to (Golf) Friday Golf: Print Formatted Sequence of Digits
| perl -le 'printf("%03u ",$_)for(2..20)' |
| '1234567890123456789012345678' |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: (Golf) Friday Golf: Print Formatted Sequence of Digits
by thelenm (Vicar) on Aug 14, 2003 at 23:33 UTC |