How can I walk through two files simultaneously in Perl?

前端 未结 4 447
滥情空心
滥情空心 2020-12-31 18:36

I have two text files that contain columnar data of the variety position-value, sorted by position.

Here is an example of the

4条回答
  •  再見小時候
    2020-12-31 19:22

    For looping through files you can use the core Tie::File module. It represents a regular text file as an array.

提交回复
热议问题