![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re: (Golf) Ordered Combinationsby satchboost (Scribe) |
on Apr 25, 2001 at 01:55 UTC ( #75281=note: print w/replies, xml ) | Need Help?? |
I know that I'm bending the rules a little, but this does get below 50.
sub c{my$n=pop;--$n?map{my$c=$_;map$c.$_,c(@_,$n)}@_:@_} Example:
In Section
Obfuscated Code
|
|