Movatterモバイル変換


[0]ホーム

URL:


variables /$^P
(source,CPAN)
You are viewing the version of this documentation from Perl 5.005.View the latest version
#$PERLDB
#$^P

The internal variable for debugging support. Different bits mean the following (subject to change):

#0x01

Debug subroutine enter/exit.

#0x02

Line-by-line debugging.

#0x04

Switch off optimizations.

#0x08

Preserve more data for future interactive inspections.

#0x10

Keep info about source lines on which a subroutine is defined.

#0x20

Start with single-step on.

Note that some bits may be relevent at compile-time only, some at run-time only. This is a new mechanism and the details may change.

Perldoc Browser is maintained by Dan Book (DBOOK). Please contact him via theGitHub issue tracker oremail regarding any issues with the site itself, search, or rendering of documentation.

The Perl documentation is maintained by the Perl 5 Porters in the development of Perl. Please contact them via thePerl issue tracker, themailing list, orIRC to report any issues with the contents or format of the documentation.


[8]ページ先頭

©2009-2025 Movatter.jp