P
phal
Dear all guru
I have a problem in writing a Perl program to make a combination of
letter which user type in.
Type in= ABCD
Output:
ABCD
ABDC
ACBD
ADBC
ADCB
ACDB
BACD
BADC
BDAC
BCAD
BDCA
BCDA
CABD
CADB
CDBA
CBAD
CBDA
CDAB
DABC
DBAC
DACB
DCAB
DBCA
DCBA
The rule is that, if user type in only 3 letters so it will make a
possible combination by 1*2*3 which is 6 conbination. On the above
example, it is 1*2*3*4=24
Thank very much for your help
Take care
I have a problem in writing a Perl program to make a combination of
letter which user type in.
Type in= ABCD
Output:
ABCD
ABDC
ACBD
ADBC
ADCB
ACDB
BACD
BADC
BDAC
BCAD
BDCA
BCDA
CABD
CADB
CDBA
CBAD
CBDA
CDAB
DABC
DBAC
DACB
DCAB
DBCA
DCBA
The rule is that, if user type in only 3 letters so it will make a
possible combination by 1*2*3 which is 6 conbination. On the above
example, it is 1*2*3*4=24
Thank very much for your help
Take care