Search Results

4
votes

How do I skip to a specific input line in Perl?

<> is only magic in a while(<>) construct. Otherwise it does not assign to $_, so the /include/ regular expression has nothing to ma …