Search notes:

Perl variables: $^O (platform)

#
#   See also Sys::Info::OS 
#
use warnings;
use strict;

use Config;  # https://github.com/ReneNyffenegger/PerlModules/tree/master/Config


print "\n";
print "  The script is running on $^O\n"                        ; # For example 'MSWin32'
print "  Compare with \$Config{osname} (= $Config{osname})\n";
print "\n";
Github repository about-perl, path: /variables/^O__platform.pl

See also

Perl variables
Perl module Sys::Info::OS

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...', 1758201011, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Perl/variables/caretO__platform(53): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78