You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***2.**[Select your Perl distribution](./doc/REQUIREMENTS.md#runtime-requirements).
54
-
Place your Perl relocatable distribution in:
54
+
55
+
Place your relocatable Perl distribution in:
55
56
``{PEB_executable_directory}/resources/app/perl``
56
57
Your relocatable Perl interpreter must be:
57
58
``{PEB_executable_directory}/resources/perl/bin/perl`` on a Linux or Mac macine or
@@ -67,7 +68,8 @@ in the documentation of this project are to be interpreted as described in [RFC
67
68
chomp$input;
68
69
```
69
70
70
-
* **4.** Write ``{PEB_executable_directory}/resources/app/index.html`` with a [settings JavaScript object](./doc/SETTINGS.md#perl-scripts-api) for your Perl application.
71
+
* **4.** Write ``{PEB_executable_directory}/resources/app/index.html`` with
72
+
a [settings JavaScript object](./doc/SETTINGS.md#perl-scripts-api) for your Perl application.
71
73
Triggering a Perl script from a local HTML page can be configured using [one of the three possible methods](./doc/SETTINGS.md#perl-scripts-api).
72
74
[Selecting files or folders with their full paths](./doc/SETTINGS.md#selecting-files-and-folders) is also possible.
0 commit comments