Search notes:

Perl module Text::TabularDisplay

use warnings;
use strict;

use Text::TabularDisplay;

my $table = Text::TabularDisplay->new( ('Column one', 'Column two', 'Column three'));

$table -> add ( 'Foo'    , 'Bar'    , 'Baz'  );
$table -> add (  111     ,  222     ,  333   );
$table -> add (    1.1   ,    2.2   ,    3.3 );

print $table -> render;

# prints
#
# +------------+------------+--------------+
# | Column one | Column two | Column three |
# +------------+------------+--------------+
# | Foo        | Bar        | Baz          |
# | 111        | 222        | 333          |
# | 1.1        | 2.2        | 3.3          |
# +------------+------------+--------------+
Github repository PerlModules, path: /Text/TabularDisplay/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...', 1741107098, '18.188.216.107', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Perl/modules/Text/TabularDisplay/index(57): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78