D
drivera
Hello,
Can someone in Perl show me to read lines, convert each line
into columns. I know how to OPEN input files and write to TARGETs but
not sure how to get my desired output accomplished.
Below is a sample text file I am working with.
I want to display each line as a vertical column.
10/13/05 801503 0 1 98 0
10/14/05 789367 0 1 98 0
10/15/05 824447 0 1 99 0
10/16/05 774423 4 1 95 0
10/17/05 765487 2 2 96 0
10/18/05 796621 1 1 98 0
10/19/05 795507 0 1 98 0
10/20/05 786567 0 1 98 0
10/21/05 792068 0 1 98 0
10/22/05 820183 0 1 99 0
10/23/05 770143 4 1 95 0
10/24/05 716063 4 2 94 0
NOTE: these are space delimited fields.
Thank You in advance
Can someone in Perl show me to read lines, convert each line
into columns. I know how to OPEN input files and write to TARGETs but
not sure how to get my desired output accomplished.
Below is a sample text file I am working with.
I want to display each line as a vertical column.
10/13/05 801503 0 1 98 0
10/14/05 789367 0 1 98 0
10/15/05 824447 0 1 99 0
10/16/05 774423 4 1 95 0
10/17/05 765487 2 2 96 0
10/18/05 796621 1 1 98 0
10/19/05 795507 0 1 98 0
10/20/05 786567 0 1 98 0
10/21/05 792068 0 1 98 0
10/22/05 820183 0 1 99 0
10/23/05 770143 4 1 95 0
10/24/05 716063 4 2 94 0
NOTE: these are space delimited fields.
Thank You in advance