You are not throughing a line there, You're throughing the filehandle which is different.
You'll first need to put that file handle into a variable then split, or just split the file handle an array so you can use it there.
to extract the content of the file handle you'll need to use what's called diamond operators "<>"
for example: my @y1 = split /,/,<$temp_line1>;
In reply to Re: array of arrays with data from files
by ahmad
in thread array of arrays with data from files
by r0adawg
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |