document updated 13 years ago, on Jun 8, 2011
There are several places to hook various stages in the compile/runtime/etc.
Triggers as soon as the parser processes this line.
Triggers every time a 'use' or 'require' is encountered.
Triggers when compilation of the current scope ends.
Triggers when compilation of the current module/eval ends.
Triggers just before runtime starts.
Triggers just before runtime starts... but after CHECK { } .....?
Triggers when runtime of the current scope ends.
Triggers when a variable's scope ends.
Triggers after all runtime ends.