Remove the first line in Perl $first line…

Remove the first line in Perl

$first_line = <>;

while (<>) {
    do_something();
}

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *