Im pretty new to perl so go easy on me... Im using perl version 5.004_05 and basically i want to open a word document when a user clicks a link in the browser. Having done some research it seems the way to do this is to use the Win32 module, however I dont have this. So is there another way I can open a word document in the version of perl im using? thanks
The word document I want to open is stored on the client, at the moment on the c drive. I have a perl script which runs and populates a (html) table with data, one of the columns has a link in it to the word document. so far I havent figured out how to actually open the doc from the link. Ive tried to create a link with a path to the file but all i get is a blank explorer window when i click the link. Is this something to do with setting the MIME type for a .doc extension? Id prefer it if when the link was clicked ms word application was launched rather than actually displaying it in the browser.
The word document I want to open is stored on the client, at the moment on the c drive. I have a perl script which runs and populates a (html) table with data, one of the columns has a link in it to the word document. so far I havent figured out how to actually open the doc from the link. Ive tried to create a link with a path to the file but all i get is a blank explorer window when i click the link. Is this something to do with setting the MIME type for a .doc extension? Id prefer it if when the link was clicked ms word application was launched rather than actually displaying it in the browser.