Search notes:

Perl module Data::Section

use warnings;
use strict;

use Data::Section -setup;

my $foo_ref = main->section_data('Foo');
my $bar_ref = main->section_data('Bar');
my $baz_ref = main->section_data('Baz');

print $$foo_ref;
print $$bar_ref;
print $$baz_ref;


__DATA__
__[ Foo ]__
one
two
three
__[ Bar ]__
abc
def
ghi
__[ Baz ]__
little
more
most
Github repository PerlModules, path: /Data/Section/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...', 1759391605, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Perl/modules/Data/Section/index(62): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78