in reply to Re^3: I never use the debugger.
in thread I never use the debugger.
Hmmm?
Sets the breakpoint on My::App::some_function only if the 4th argument is numerically larger than 999. Similar structure for line breaks:b My::App::some_function $_[3] > 999
I use it all the time. It's invaluable.b 215 $i > 999
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: I never use the debugger.
by Anonymous Monk on Jul 28, 2005 at 16:55 UTC |