Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^5: Finding all Combinations

by roboticus (Chancellor)
on Jun 23, 2006 at 23:07 UTC ( [id://557339]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $position[0] == @list ? $done = 1 : $next = 1;
    
  2. or download this
        @position == @list ? $done = 1 : $next = 1;
    
  3. or download this
            return () if $done;
    
  4. or download this
                return () if $by > @list;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://557339]
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-04-16 16:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found