I need to read a linux text file in VB. THe problem is that Linux ends a line with hex(0A) and dos reads an end of line as hex(0A 0D). Is the any way in vb that I can switch this character. If I don't, it will read the entire file as 1 line. Since I have to seperate the lines this doesn't help me. I use perl right now but I'd like to have it all in one program.

As an option, is there a way I can run Perl in VB?