I'm a n00bly n00b when it comes to Perl.
I have data that will be set out in comma separated values that needs to have logic applied to it and then replace the value with text. This is to prep the data for a mail merge.
We're using this to generate letter for students - telling them that they're admitted to a program, for example. The perl needs to look at one or two (or three or four) pieces of data in the csv and make a decision...so I imagine I'll be using some if and elseif statements to apply the logic.
I was wondering if there were suggestions on good resources? How do I specify positions in the csv in my perl code?