I'm trying to understand a failure in a call to a sub in Net::SSLeay. My problem is that the module is only require-d well into the script's execution. I can require the module in perldb, but that only gives me a few uninteresting subs. I know where I need to break, but perldb does not have enough information to install a breakpoint, or so it seems.
I could use print(), but I'd rather not edit the file. Or must I?