Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I put scripts in subdirectories

Status
Not open for further replies.

HaroldMcF

MIS
Jul 29, 2002
8
US
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
 
There's nothing in perl to stop you: you need to look at the configuration of your webserver.

Yours,

fish

"As soon as we started programming, we found to our surprise that it wasn't as easy to get programs right as we had thought. Debugging had to be discovered. I can remember the exact instant when I realized that a large part of my life from then on was going to be spent in finding mistakes in my own programs."
--Maurice Wilkes
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top