I have a text file which contains some data.It has the data in column wise form..Say the columns are age,name,and number.And below are the values.How can I parse the file in perl so that it will output only the the desired values.e.g it will only output the value for the age field?Can somebody give a small example?Thanks in advance..