Hi,
I have an application that I wrote to learn perl with. It has an HTML form which places data into a flat file. I have a perl file which then reads the data from the file and allows me to edit or delete.
My question is, as my host only allows me to run perl programs from the cgi-bin so I can't password protect this folder, how do I make the perl file secure so that anybody can't just run it.
Thanks for any help.
I have an application that I wrote to learn perl with. It has an HTML form which places data into a flat file. I have a perl file which then reads the data from the file and allows me to edit or delete.
My question is, as my host only allows me to run perl programs from the cgi-bin so I can't password protect this folder, how do I make the perl file secure so that anybody can't just run it.
Thanks for any help.