in reply to Re: Perl program to generate a descending order of 9-unique digit numbers
in thread Perl program to generate a descending order of 9-unique digit numbers
If 0 is included in digits, one can use variations.
$ perl -MAlgorithm::Combinatorics=:all -le 'print @$_ for variations [reverse 0..9], 9;'
|
|---|