Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wl
    use strict;
    ...
            length() < $min ? () : $_, map $_.$n, @$first;
        } work($min-1, @_);
    }
    
  2. or download this
    sub generate {
        my $min = shift;
    ...
        return @current;
    }