I just want to extract the values from the .txt file (contains 2 columns with numbers separated by whitespace) and assign them to @a1 and @a2 and print it.if $line = /(\s+)\s+(\s+)/$1 $2; { push(@a1, $1); push(@a2, $2); next; }
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |