Publish - Perl CGI

Select either Windows servers using PERL or Unix/Mac servers using PERL CGI on the Web Site Configuration dialog window. Continue the setup and EZSurvey will generate an instruction page.

Instructions:

When using the UNIX PERL CCI option:
chmod 655 or -rw-r-xr-x yourformname.html
chmod 666 or -rw-rw-rw- yourformname.asc yourformname.xml
chmod 755 or -rwxr-xr-x yourformname.cgi
chmod 655 or -rw-r-xr-x yourformname

Requirements Using Windows Perl:

  1. Perl must be installed on the web server.
  2. You need to know the absolute file path to the scripts directory.
  3. Be able to move files to the web server either via FTP or over the network.
  4. Set permissions on the files (read, write and execute).

Requirements Using UNIX/Mac Perl:

  1. Perl must be installed on the web server.
  2. You need to know the path of the Perl compiler.
  3. Be able to move files to the web server either via FTP or on the network.
  4. Set permissions on the files (read, write and execute).