http://qs321.pair.com?node_id=1177093


in reply to Perl debugging initialization: did I just reinvent the wheel?

I would avoid using the file name ".perldb" for both types of files. I'd have your ~/.perldb look for a ./.perldbinit file instead. You'll avoid some confusion, including when you try to use the Perl debugger in your home directory.

- tye