The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Debug::Flags - set PL_debug flags at runtime

SYNOPSIS

use strict;
use Debug::Flags;
Debug::Flags::set_flags(0x2);

.. do something

DESCRIPTION

This module turns on the -D flags described in perlrun in runtime, if you have a debugging perl.

AUTHORS

Chia-liang Kao <clkao@clkao.org>

COPYRIGHT

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.

See http://www.perl.com/perl/misc/Artistic.html