ghosh24 has asked for the wisdom of the Perl Monks concerning the following question:
hii guyzz..Its a "how to question" actually..
I have a text file consisted of several lines/paragraphs and then there's a tab-delimited table.
I am looking for a method where my Perl code should split only the table into columns (thus ignoring the previous lines/paragraphs of the file) and then print the third column as output?
Any idea??
thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl 'how to' question
by GrandFather (Saint) on Dec 17, 2010 at 11:16 UTC | |
|
Re: Perl 'how to' question
by chrestomanci (Priest) on Dec 17, 2010 at 11:13 UTC | |
|
Re: Perl 'how to' question
by bill.bbennett (Novice) on Dec 17, 2010 at 17:06 UTC | |
|
Re: Perl 'how to' question
by locked_user sundialsvc4 (Abbot) on Dec 17, 2010 at 14:24 UTC |