Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
You are viewing the version of this documentation from Perl 5.8.1. View the latest version
$DEBUGGING
$^D

The current value of the debugging flags. (Mnemonic: value of -D switch.) May be read or set. Like its command-line equivalent, you can use numeric or symbolic values, eg $^D = 10 or $^D = "st".