in reply to Re: how to next line after the pattern in perl
in thread how to next line after the pattern in perl

print scalar <FF>; ...worked for me - I needed the 2nd and 3rd lines after a match, so I used it twice.
  • Comment on Re^2: how to next line after the pattern in perl