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

Re^2: combinations of multiple variables which can assume multiple values

by vr (Curate)
on Mar 17, 2018 at 13:42 UTC ( [id://1211133]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    dd \@solutions;
    
  2. or download this
      [["\$", "p", 0], ["\@", "p", 0], ["%", "p", 0]],
      [["\$", "p", 0], ["\@", "p", 0], ["%", "p", 1]],
    ...
      [["\$", "p", 0], ["\@", "p", 0], ["%", "r", 0]],
    ...
    ... total 512 solutions
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-26 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found