(1/*) So, I’m working in an older #perl codebase. There’s a small home-rolled ORM using #DBI -- not fancy. I wanted to start understanding the data model, so I went looking for a logging module, found https://metacpan.org/pod/DBI::Log and inserted that into a test script i’m writing. And…
```
$ perl test.pl
-- Wed Oct 13 13:36:21 2024
-- /home/pyrrhlin/repo/path/DB.pm 160
SET NAMES 'utf8'

Segmentation fault (core dumped)
```