Hi - Here is my question:
I am running on on Windows IIS 6.0 server and I have installed a flat file database in ASP.. However the Update/Delete records function does not work (I used The BreezeBase from breezebase.com). So I decided that maybe I should create an Update/Delete script in Perl because I know perl better than I know ASP. I have absolutely no Idea where to begin.
The entire database runs from one .txt file where all the entries are stored. One entry per line with the pipe "|" delimeter.
What I need is a Perl Script that can allow someone to Search for the entry they want to update... then the script will show the entry and allow them to update/change or delete that entry only and then allow them to save it back to the raw text file. Kinda like a GUI script. This is over my head as far as programming it from scratch. If anyone knows where I can find a script like this or any help at all would be appreciated.
Thanks.
Mike
I am running on on Windows IIS 6.0 server and I have installed a flat file database in ASP.. However the Update/Delete records function does not work (I used The BreezeBase from breezebase.com). So I decided that maybe I should create an Update/Delete script in Perl because I know perl better than I know ASP. I have absolutely no Idea where to begin.
The entire database runs from one .txt file where all the entries are stored. One entry per line with the pipe "|" delimeter.
What I need is a Perl Script that can allow someone to Search for the entry they want to update... then the script will show the entry and allow them to update/change or delete that entry only and then allow them to save it back to the raw text file. Kinda like a GUI script. This is over my head as far as programming it from scratch. If anyone knows where I can find a script like this or any help at all would be appreciated.
Thanks.
Mike