Perl skips the implementation code for reading files from the first line

Source: Internet
Author: User

Copy codeThe Code is as follows :#! /Usr/bin/perl
Open (READ, "<$ file ");
Readline READ; # skip the first line
While (<READ> ){
My ($ id, $ axis1, $ axis2, $ axis3, $ value) = split //;
$ Line = sprintf ("% d ",
$ Id, $ axis1, $ axis2, $ axis3, $ value, $ axis1 + $ axis2 );
Print WRITE $ line;
}
Close READ;

Here I will talk about my own ideas. It's stupid:
Directly define the scalar variable and run it again: my $ skipfirst = <FH>; it feels like this, but if you need to process multiple files at the same time, you need to skip the first line, every variable needs to be defined, which is a waste of time. readline is a great help.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.