Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: (Golf) Ordered Combinations

by satchboost (Scribe)
on Apr 25, 2001 at 01:55 UTC ( #75281=note: print w/replies, xml ) Need Help??


in reply to (Golf) Ordered Combinations

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:

print join " ", c qw(a b c 2); print "\n"; print join " ", c qw(0 1 4); print "\n";

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://75281]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2023-12-06 08:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (30 votes). Check out past polls.

    Notices?