Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: (Golf) Ordered Combinations

by satchboost (Scribe)
on Apr 25, 2001 at 01:55 UTC ( [id://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 imbibing at the Monastery: (4)
As of 2024-03-29 15:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found