Приглашаем посетить
Отели (hotels.otpusk-info.ru)

[Chapter 8] 8.13 B::Debug

PreviousChapter 8
Standard Modules
Next
 

8.13 B::Debug

Walks the Perl syntax tree, printing debug information about ops. Invoke as:

perl -MO=Debug[,exec] filename
If exec is specified, walks in execution order rather than in syntax order.


PreviousHomeNext
8.12 B::CCBook Index8.14 B::Deparse