in reply to Re^3: Dereference of undefined value OK under strictures?
in thread Dereference of undefined value OK under strictures?

The debugger is IMHO operating on a statement level.

IOW the interpreter is calling the debugger routines for every semicolon (roughly).

The OP tree has an entry for every statements start holding all meta inf like line numbers.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

  • Comment on Re^4: Dereference of undefined value OK under strictures?