Update of /cvsroot/genex/genex-server/DB/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv10661
Modified Files:
fix-array-cel.pl
Log Message:
* DB/scripts/fix-array-cel.pl (Repository):
added the correct end of data marker
Index: fix-array-cel.pl
===================================================================
RCS file: /cvsroot/genex/genex-server/DB/scripts/fix-array-cel.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** fix-array-cel.pl 2 Apr 2003 20:06:56 -0000 1.2
--- fix-array-cel.pl 2 Apr 2003 20:09:57 -0000 1.3
***************
*** 81,85 ****
# when we reach a blank line, we're done
! last if /^$/;
my @data = split /\t/;
--- 81,85 ----
# when we reach a blank line, we're done
! last if /^\s*$/;
my @data = split /\t/;
|