Re: Input template for data File

2005-05-19 Thread Offer Kaye
On 5/20/05, Craig Nock wrote: > > I would like to have this ?template? outside of my script, so this can > change without the script changing (it will become an executable). > I'm new to Perl and not sure of where to start looking for this > functionality, and sure that someone else will have solve

Input template for data File

2005-05-19 Thread Craig Nock
I have a tab delimited file I wish to process via a Perl script. Different columns should be converted to a "Code", plus the value in the column, both written to a output file line. eg column 17 contains "7", corresponding output line is "1234 DC 7". This is reasonably straight forward, except th