Self-Hosting Test #2

1. Runtime Environment Directories

The following is the list of paths Perl is checking for included files (@INC):

1)/usr/local/lib64/perl5/5.32
2)/usr/local/share/perl5/5.32
3)/usr/lib64/perl5/vendor_perl
4)/usr/share/perl5/vendor_perl
5)/usr/lib64/perl5
6)/usr/share/perl5


"." signifies the working directory.

2. Working Directory

Below is a listing of all the files in the current working directory (where this test2.pl perl script is running):

..
prtest
db_test.pl
mthdir6.zip
dthdir5
test2.pl
clear_opcache.php
favicon.ico
.ftpquota
.well-known
mthdir6
.htaccess
logo-imh.svg
404.shtml
mthdir
test1.pl
dthdir5.zip
cgi-bin
under_construction.html
anpro
default.htm
.
robots.txt

3. Available Perl Modules

The table below is a list of the Perl modules that may be used by Sawtooth Software surveys.

Module NameWorking?Installed VersionNotes
DBI1.643This Module is required for all Sawtooth Software Surveys.
DBD::mysql-This Module is required for running surveys that will connect to a MySQL or MariaDB database.
DBD::ODBC-This Module is required for running surveys that will connect to a Microsoft SQL Server database.
JSON-This Module is required for running surveys built with Lighthouse Studio 9.10 or later.
DateTime-This Module is optional. It allows for better formatting of time stamps in the Admin Module.