Help for this page
#Sample use: @ARGV= sort @ARGV; do { print "@ARGV\n"; } while( nextpermute(@ARGV) );
#Sample use: my @elts= @ARGV; ... } while( nextpermute(@elts) ); } while( ! @ARGV ); exit 0;