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";
In reply to Re^2: How to read from a .txt
by stamp1982
in thread How to read from a .txt
by stamp1982
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |