Hi Everyone,
I need a perl script to create a word document in linux (in my system i have openoffice(oowriter) 1.1.5) with some text as header(left aligned) which is taken from a "file.txt".
contents of the file.txt are
HariKrishna 1200
Srikanth 1201
Madhav 2345
So based upon the no of lines in the file.txt i need that many pages with header taken from file
So First page header should be as Harikrishna
1200
So Second page header should be as Srikanth
1201
So Third page header should be as Madhav
2345
Thanks in advance
Srikanth M.