is there a way to set e.g. breakpoints & actions from a side file when starting perl debug? That is, I'd really like not to have to re-enter my breakpoints etc. manually at the debugger command prompt, and instead put them in a file which the debugger will read whenever it starts.
(I'm sure there is a way, given perl's ability to do everything, but i can't figure it out -- ./.perldb doesn't seem to do breakpoints but maybe i've missed it in man perldebug?)