I have a code that uses a .pm file called mysettings.pm
in my code it says:
use MySettings;
I am hosting on windows2000 and it seems that visitors can directly access the mysettings.pm file and view the code of the file. I know that this can be prevented in unix using the .htaccess deny tags, but as i am on a windows platform i cannot restrict the opening of these files.
It is very important that i restrict users from being able to see the content of mysettings.pm as it contains very sensative data, isnt there any way to actually name the module file as a .pl or something? if so how am i supposed to call it in my perl code?
Any comments would be appreciated.
Cheers
Linda