in reply to
How to get all combinations
You want
Algorithm::Combinatorics
.
perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
Comment on
Re: How to get all combinations
In Section
Seekers of Perl Wisdom