I'm fairly new to Perl. I have written multiple perl scripts that take a text file and parse it according to particular needs. The problem is that I have almost sixty scripts that are for very specific purposes and used only by one specific client. I also have my production scripts that I use for my web page. It is getting to be a pain to have to go through the listing of all of those scripts whenever I need to find one to modify it.
Is it possible to move the scripts to a subdirectory of cgi-bin and get them to run? If so then this would make organizing so much easier for me.
I'm running Perl5 on a Windoze computer.
Thanks
Is it possible to move the scripts to a subdirectory of cgi-bin and get them to run? If so then this would make organizing so much easier for me.
I'm running Perl5 on a Windoze computer.
Thanks