Help for this page
#!/usr/bin/perl -w use strict; ... $EXON_IN = <test.txt>; print "$i, -$EXON_IN-\n"; }
[scott@blast test]$ ./test.pl 0, -test.txt- ... Use of uninitialized value in concatenation (.) or string at ./test.pl + line 7. 3, -- 4, -test.txt-