Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    push @array, join '', @digits while NextPermute (@digits);
    
    print "@array";
    
  2. or download this
    123 132 213 231 312 321