Search notes:

Perl module Test::Simple

use warnings;
use strict;

use Test::Simple tests => 2;  # 2 is the number of tests

ok ( 4     == 1 + 3     , '4 == 1+3'  );
ok ( 'foo' eq 'f' . 'oo', 'foo == foo');
Github repository PerlModules, path: /Test/Simple/script.pl

See also

Perl modules for testing
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...', 1741107576, '3.144.232.77', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Perl/modules/Test/Simple/index(47): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78