| Debug-Flags documentation | view source | Contained in the Debug-Flags distribution. |
Debug::Flags - set PL_debug flags at runtime
use strict; use Debug::Flags; Debug::Flags::set_flags(0x2); .. do something
This module turns on the -D flags described in perlrun in runtime, if you have a debugging perl.
Chia-liang Kao <clkao@clkao.org>
Copyright 2006 by Chia-liang Kao and others.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Debug-Flags documentation | view source | Contained in the Debug-Flags distribution. |