in reply to Re: How to read from a .txt
in thread How to read from a .txt
If I started with some thing like this how will I join it to my code to work or make sense.
# Open a .txt file open(seq1, "<seq1.txt") or die $!; #Assign open files to arrays my @seq1 = <seq1>; print "@seq1";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to read from a .txt
by o_0 (Initiate) on Jul 01, 2013 at 01:23 UTC | |
by Jim (Curate) on Jul 01, 2013 at 03:01 UTC |