If the file only contains tab-separated data you can read it easily like this:
{ local $/ = "\t"; while (my $data_frag = <FH>) { # process $data_frag here } }
If you reformat the above, I'll look at the second part.
Regards,
PN5
In reply to Re: Reading unicode characters from file
by Prior Nacre V
in thread Reading unicode characters from file
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |