summaryrefslogblamecommitdiffstats
path: root/024.pl
blob: 5feec605f77b5370a191fdc5f0ba7e892ff88338 (plain) (tree)
1
2
3
4
5
6
7






                                                            
#!/usr/bin/perl
use strict;
use warnings;
use Games::Word;

print Games::Word::_permutation('0123456789', 999999), "\n";