in reply to Re: Using imported .txt file with Algorithms::Combinatorics
in thread Using imported .txt file with Algorithms::Combinatorics
Thank you! Suggestions for good books would be great. I need something that builds up the foundations more than anything. Perl seems like a really amazing language but I haven't come to grips with an efficient way to learn it - and have instead just been looking at and editing existing scripts. For now, I am simply curious to see how you could then take @test and use it to replace
my $strings = [qw(GGGG CCCC TTTT AAAA)];such that the words in the .txt file are combined. Would you mind showing me?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using imported .txt file with Algorithms::Combinatorics
by LanX (Saint) on Jan 08, 2014 at 12:48 UTC | |
by TJCooper (Beadle) on Jan 08, 2014 at 13:01 UTC | |
by tangent (Parson) on Jan 08, 2014 at 13:16 UTC | |
by choroba (Cardinal) on Jan 08, 2014 at 13:28 UTC | |
by TJCooper (Beadle) on Jan 08, 2014 at 14:49 UTC |