Perl Options - hakakou/optiperl GitHub Wiki
Perl
Path To Perl
The path to perl executable. This should look something like c:\perl\bin\perl.exe
.
@INC
Search directories for perl modules, separated with a colon. Used by optiperl to search for modules for the code explorer and code completion features. Changing this does not affect the PERL5LIB path.
Perl DLL
Path to perl DLL. Should look something like c:\perl\bin\perl58.dll.
This is used for embedded perl in the regular expression tester and plug-ins.
Find Again
Try to get perl's path from the registry.
Guess
Create a default search path based on the path to perl.
Run Timeout
How long to wait for a script to execute until it is terminated.
Default perl extension
When saving a new perl script, select the default extension for it.