E
Euro Millions
Hi there
What I would like to do is simple (that is if you know it)
I have a CSV text file (comma separated file) which contains the following
info:
Language, Greeting,
English, Hello,
German, Hallo,
Spanish, Hola,
Japanese, Konnichiwa,
I would like Perl to create an output file which looks as follows:
Language,Language2, Language3, Langauge4, Greeting,Greeting2, Greeting3,
Greeting4
English, German, Spanish, Japanese, Hello, Hallo, Hola, Konnichiwa
How can I get Perl to read this text file?
What is the easiest way of going about it?
Which Perl Modules would you recommend?
Thank you in advance for your assistance.
Thanks
Mike
What I would like to do is simple (that is if you know it)
I have a CSV text file (comma separated file) which contains the following
info:
Language, Greeting,
English, Hello,
German, Hallo,
Spanish, Hola,
Japanese, Konnichiwa,
I would like Perl to create an output file which looks as follows:
Language,Language2, Language3, Langauge4, Greeting,Greeting2, Greeting3,
Greeting4
English, German, Spanish, Japanese, Hello, Hallo, Hola, Konnichiwa
How can I get Perl to read this text file?
What is the easiest way of going about it?
Which Perl Modules would you recommend?
Thank you in advance for your assistance.
Thanks
Mike