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 there about 50 columns and the "Codes" change. 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 solved this problem
Thanks for any help... -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>