Search notes:

Perl module Config

use warnings;
use strict;

use Config;

printf "API Version:   %s\n", $Config{api_versionstring};
printf "Arch Lib:      %s\n", $Config{archlib};
printf "Byte Order:    %s\n", $Config{byteorder};
printf "cat:           %s\n", $Config{cat};
printf "ccname:        %s\n", $Config{ccname};
printf "Hostname:      %s\n", $Config{aphostname};           # compare with Sys::Hostname
printf "osname:        %s\n", $Config{osname};               # compare with Sys::Info::OS and $^O (https://github.com/ReneNyffenegger/about-perl/blob/master/variables/%5EO__platform.pl)
Github repository PerlModules, path: /Config/script.pl
Perl modules.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759407804, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Perl/modules/Config/index(47): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78