Re: Matching records in columns

2005-06-24 Thread Pablo Wolter
Chris Devers wrote: >On Fri, 24 Jun 2005, Pablo Wolter wrote: > > > >>I was searching how to do this but I have no idea if it is possible in >>perl. >> >> > >All things are possible :-) > >Well okay maybe not *all*, but if you can describe in detail what you >want to do, you can, in genera

Re: Matching records in columns

2005-06-24 Thread Chris Devers
On Fri, 24 Jun 2005, Pablo Wolter wrote: > I was searching how to do this but I have no idea if it is possible in > perl. All things are possible :-) Well okay maybe not *all*, but if you can describe in detail what you want to do, you can, in general, find a way to make it work in almost any

Matching records in columns

2005-06-24 Thread Pablo Wolter
Hi, I was searching how to do this but I have no idea if it is possible in perl. I have data like this: col1 col2 col3 col4 row1a b row2 row3c I need to extract only the name of the col (for example col3) and the data that col has (b in this case) only i