How can I read lines from the end of file in Perl?

后端 未结 11 1958
夕颜
夕颜 2020-12-06 02:41

I am working on a Perl script to read CSV file and do some calculations. CSV file has only two columns, something like below.

One Two
1.00 44.000
3.00 55.000         


        
11条回答
  •  被撕碎了的回忆
    2020-12-06 03:17

    This is only tangentially related to your main question, but when you want to check if a module such as File::Tail works on your platform, check the results from CPAN Testers. The links at the top of the module page in CPAN Search lead you to

    Looking at the matrix, you see that indeed this module has a problem on Windows on all version of Perl tested:

提交回复
热议问题