in reply to Re: Help with Perl/Javascript
in thread Help with Perl/Javascript

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: Help with Perl/Javascript
by EvanK (Chaplain) on Aug 07, 2007 at 15:44 UTC
    If you have a standard apache config, DON'T put your js files in the cgi-bin as the server may try to evaluate them as CGI executables. Instead, what I normally do is make a /js/ directory under the document root, and put them all there, along with a /css/ directory for my stylesheets, etc.

    __________
    Systems development is like banging your head against a wall...
    It's usually very painful, but if you're persistent, you'll get through it.