- or download this
sub get_file { #to read from a file
return <<SEQUENCE; #return the string sequence
SEQUENCE
}
- or download this
Reading a file...
Use of uninitialized value $record_type in hash element at noname1.pl
+line 53.
...
Use of uninitialized value $record_type in hash element at noname1.pl
+line 59.
Use of uninitialized value $seqres in split at noname1.pl line 194.
Use of uninitialized value $lastchain in hash element at noname1.pl li
+ne 222.
- or download this
next if $line !~ /\S/;
- or download this
return if ! defined $seqres || $seqres !~ /\S/;