Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: All Combinations of three arrays.

by fizbin (Chaplain)
on Aug 26, 2005 at 16:54 UTC ( [id://486925]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # combines two pairs into a longer pair
    sub combine_codes_and_descriptions
    ...
    multi_dim_reduce(sub {my ($c,$d) = @{$_[0]}; print "$c\t$d\n";},
                     [ @data ],
                     \&combine_codes_and_descriptions);
    
  2. or download this
    --
    @/=map{[/./g]}qw/.h_nJ Xapou cets krht ele_ r_ra/;
    map{y/X_/\n /;print}map{pop@$_}@/for@/
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-19 17:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found