http://qs1969.pair.com?node_id=460585


in reply to Interactive scripting with debugger

I think the "you should be using the debugger" sentiment misses one really important point: TIMTOWTDI

If the debugger works for you, then great. Personally, I find print/warn is all I need (and usually feeding input with Data::Dumper). I have used the debugger in the past, but like demerphq I find it usually operates on a lower level than my thinking is working at.