yeh i can get it into an array but its really messy.
you're talking about pushing each value seperated by a comma
into an array variable which ive done ... but it wont help.
effectively im trying to break each line into 14 variables.
those variables will ultimately be shoved into a db table.
So i need to 14 $variables that in the loop will keep generating new
values and populate the db table.
i'd prefer not to use the CSV module,actually trying to learn
the hard way :>