in reply to Re^2: Using imported .txt file with Algorithms::Combinatorics
in thread Using imported .txt file with Algorithms::Combinatorics
my $strings = \@test;
easier
@$strings = <$filehandle>;
ATM I'm in a hurry ... others might recommend you books. =)
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using imported .txt file with Algorithms::Combinatorics
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 |