in reply to browser not executing perl

You need
  1. A webserver to put the scripts on (check Apache)
  2. CGI configurred on that webserver
If you already have a webserver, then step 2 is regulary the problem...
Small note: Your browser doesnt execute the scripts, the server does :)

Greetz
Beatnik
Perl is like sex: if you're doing it wrong, there's no fun to it.

Replies are listed 'Best First'.
Re: Re: browser not executing perl
by stormgard (Novice) on Jun 19, 2002 at 22:58 UTC
    Adding to Beatnik's list, check to make sure that the file is chmod'ed correctly on a linux system. I don't know if this could have any effect but maybe the path to Perl is wrong? Let us know what was wrong.

    -Stormgard
      I've never gotten the source for an incorrectly chmod'd file, just a 403 Forbidden (though that's not to say a very misconfigured server wouldn't dump the source).

      Makeshifts last the longest.

Re^2: browser not executing perl
by Aristotle (Chancellor) on Jun 19, 2002 at 23:40 UTC
    That note should be more than a small one. :)

    Makeshifts last the longest.