Search notes:

Perl module Text::Table

use warnings;
use strict;

use Text::Table;

my $table = Text::Table->new( "Header 1", "Header 2\nints", "Header 3\nfloats");

$table->load(
    [ 'Detail 1',     1,   0.1   ],
    [ 'Detail 2',    22,   2.22  ],
    [ 'Detail 3',   333,  33.333 ],
    [ 'Detail 4',  4444, 444.4444]
);

print $table;

#  prints:
#
#  Header 1 Header 2 Header 3
#           ints     floats
#  Detail 1    1       0.1
#  Detail 2   22       2.22
#  Detail 3  333      33.333
#  Detail 4 4444     444.4444
Github repository PerlModules, path: /Text/Table/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...', 1759407806, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Perl/modules/Text/Table/index(59): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78