Talks

What's new with Perl DBI? - Tim Bunce
Thursday, The Camel Room, 900, 40 mins

Audience Level: General
Audience Type: Anyone using Perl DBI

Been using Perl DBI for a few years and think you know it well? You might be surprised. New to Perl DBI and want to learn a few tricks? Come and take a look.

We'll be covering how to:

  • select data directly into a nested hash tree.
  • profile code that doesn't use placeholders.
  • find the time spent within the DBI by a single http request.
  • find all sth for a dbh, or dbh for a drh, with weakrefs.
  • fire callbacks around DBI method calls.
  • know if connect_cached has reconnected.
  • explore brain transplantation with swap_inner_handle.