Skip to content

Commit be5a642

Browse files
committed
documentation update
1 parent 20948d3 commit be5a642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Perl Executing Browser (PEB) is an HTML GUI for [Perl 5](https://www.perl.org/)
5050
* **4. Secure serverless solution:**
5151
no server of any kind is installed or started
5252

53-
* **5. Maximal reuse of existing web technologies, standards and their documentation**
53+
* **5. Maximal reuse of existing web technologies and standards**
5454

5555
## Target Audience
5656
* Perl 5 enthusiasts and developers creating custom desktop applications including rich/thick/fat clients
@@ -152,7 +152,7 @@ Compiled and tested successfully using:
152152
```
153153

154154
## Calling Linux Superuser Scripts
155-
Linux superuser Perl scripts can be started using the special query string item ```user=root```. So if PEB finds an URL like: ```http://local-pseudodomain/perl/root-open-directory.pl?user=root```, it will call ```gksudo```, which will ask the user for the root password and start the script. Output is displayed inside PEB like the output from any other Perl script. User data is supplied to superuser Perl scripts as the first command line argument without STDIN input or QUERY_STRING environment variable like in the user-level Perl scripts.
155+
Linux superuser Perl scripts can be started using the special query string item ```user=root```. So if PEB finds an URL like: ```http://local-pseudodomain/perl/root-open-directory.pl?user=root```, it will call ```gksudo```, which will ask the user for the root password and start the script. Output is displayed inside PEB like the output from any other Perl script. User data is supplied to superuser Perl scripts as the first command line argument without ```STDIN``` input or ```QUERY_STRING``` environment variable like in the user-level Perl scripts.
156156

157157
## Settings
158158
**Settings based on the existence of certain files and folders:**

0 commit comments

Comments
 (0)