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


in reply to a perldbg question about breaks

What I usually do in this case:
f myclass.pm b 123
The f command takes a regular expression, so depending on how many classes you've already loaded, you might be able to abbreviate it to f myc. The debugger will tell you which file it selected so that you can redo the command with a refined regular expression to eliminate unexpected choices.