my @array; while ( defined ( $_ = <DAT> ) ) { push @array, /\t*((?:[^\t]+\t+){3}(?:[^\t]+))/g; }
In reply to Re: Perl script to read a tab delimited text file
by borisz
in thread Perl script to read a tab delimited text file
by shilpam
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |