start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.12 B::CC Chapter 8
Standard Modules
Next: 8.14 B::Deparse
 

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.


Previous: 8.12 B::CC Perl in a Nutshell Next: 8.14 B::Deparse
8.12 B::CC Book Index 8.14 B::Deparse

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.