in reply to search functionality in perl

G'day Sekhar Reddy,

The data you show appears to be CSV. For this, use Text::CSV; also, if you have Text::CSV_XS installed, it will run faster.

The example code in the SYNOPSIS does almost exactly what you ask: you'll just need to make some minor adjustments (e.g. it's searching the 3rd field).

— Ken