smgfc has asked for the wisdom of the Perl Monks concerning the following question:
as my word,heylo
as my dictionary (not all real word in this example), my array would be:hello heplo heilo
how do I print (for example):@characters = [ [ "h" ], [ "e" ], [ "l", "p", "i" ], [ "l" ], [ "o" ], ]
??The possible words are: hello heplo heilo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Quantum::Superpositions to the rescue (was: creating word from array of array)
by Corion (Patriarch) on Feb 16, 2002 at 22:59 UTC | |
|
Re: creating word from array of array
by dvergin (Monsignor) on Feb 16, 2002 at 22:33 UTC | |
by smgfc (Monk) on Feb 17, 2002 at 00:19 UTC | |
|
Re: creating word from array of array
by blakem (Monsignor) on Feb 17, 2002 at 12:34 UTC | |
|
Re: creating word from array of array
by Anonymous Monk on Feb 16, 2002 at 22:31 UTC | |
by dvergin (Monsignor) on Feb 16, 2002 at 23:15 UTC | |
by screamingeagle (Curate) on Feb 17, 2002 at 01:54 UTC |