Perl notes
- perl notes
cpan -f ExtUtils::Embed
serialization
There are a few persistence technologies that can be chosen:
- https://perlmaven.com/data-serialization-in-perl
- storable persistence https://perldoc.perl.org/Storable
- storable https://allaboutautomation.wordpress.com/2011/07/07/perl-serialization-and-object-persistance/
- Data::Dumper
- Storable
- FreezeThaw
- YAML
- JSON
- XML
- Sereal
- Data::Serializer
- undumper https://www.perlmonks.org/?node_id=92509
- JSON https://www.programming-idioms.org/idiom/91/load-json-file-into-object
- https://www.programming-idioms.org/idiom/92/save-object-into-json-file
- presistent-xxx http://www.bigsnow.org/persistent/docs/Persistent.html
- presistent-base https://metacpan.org/dist/Persistent-Base/view/lib/Persistent.pod
- persistent-file https://metacpan.org/pod/Persistent::File