I need a perl script to extract data from a file that matches a pattern ?

  • Thread starter Thread starter Emrah S
  • Start date Start date
E

Emrah S

Guest
with the following structure:

//Open file
//For all lines of file
// Does pattern match?
// If so display to screen or write to file the matched data
//Close the file
 
Back
Top