Hi
THe problem with that is, that when perl reads my file which was created on windows, it treats the whole file as one line, that is why i had to use FILE::Slurp to split out the lines.
So what i need to do is say okay if you match my line, place the value into a variable and then get the next line whatever it is and place that into a variable.