Is there a good reason why I wouldn't want to have a cgi-bin within my website directory? So far, every recommendation I've come across for setting up a CGI-bin with PERL has included a virtual directory pointing to a directory (ouside the web directory), often on another drive, where the PERL script resides. Is there a special reason for this? Can't I just place the CGI-script in the same folder as the HTML file that called it?
Thanks