©Mike Moxcey 1999

Executable Scripts

There were two things I had to do extra to ensure the script ran:
  1. It had to be placed under the cgi-bin directory;
    scripts can only execute from specific places on a server.

  2. It had to be made executable in Linux:
      chmod 755 firstform.pl


home next