robert wrote
Hi Can you help to provide steps in how can I access my custom perl script so I can view the files content on it . I have for example a read.pl and I would like to access it through the browser
Looking forward to hearing from
* Download and install Abyss Web Server.
* Install Perl support as explained in
https://aprelium.com/abyssws/perl.html .
* Locate your htdocs sub-directory or folder: it should be in the installation directory of Abyss Web Server.
* Copy read.pl in that htdocs subdirectory.
* Now browse
http://localhost/read.pl
* This URL should make the browser contact Abyss Web Server on your localhost (current computer) and run the read.pl script with Perl.