http://www.perlmonks.org?node_id=16960

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

The file is in the form of records and columns. I want to retrieve values only for a specific coloumn.How do I do that? EX:
name address phone city chang 12, annie road 201-243-6751 newark ming 13,dgadadgagd 62839871273 trenton gigi 14,gasdha 982318791 wilmingto
I want to retrive values for phone and address columns only.

Originally posted as a Categorized Question.