This is what printing $val gives 111111111111open FILE, "96well2.txt" or die $!; while (<FILE>){ chomp $_; @values = split('\t', $_); $val = @values; print $val; } close (FILE);
In reply to Re^2: handling tab delimited files
by shaludr
in thread handling tab delimited files
by shaludr
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |