Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

One Zero variants_without_repetition

by thenetfreaker (Friar)
on Aug 07, 2007 at 10:36 UTC ( [id://631006]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub combinationN {
        my ($O,$Z,$current) = @_;
    ...
    print "$string\n";
        return $string
    }
    
  2. or download this
    sub combinationN {
        my ($O,$Z,$current,$tL) = @_;
    ...
    print "$string\n";
        return $string
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://631006]
Approved by Corion
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-03-28 22:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found