|
Posted by John W. Krahn on April 1, 2008, 8:30 am
Please log in for more thread options
Mirco Wahab wrote:
> Gunnar Hjalmarsson wrote:
>> I'm not a golfer, but it's easy to write obfuscated code using Perl...
>> perl -le"dofor(0..0b11111)"
>
> Much too wordy ;-)
I concur.
> perl -e' print "$_\n" while glob""x5'
perl -le'print for glob""x5'
John
--
Perl isn't a toolbox, but a small machine shop where you
can special-order certain sorts of tools at low cost and
in short order. -- Larry Wall
|