=over =item $DEBUGGING =item $^D X<$^d> X<$debugging> The current value of the debugging flags. (Mnemonic: value of B<-d> switch.) May be read or set. Like its command-line equivalent, you can use numeric or symbolic values, eg C<$^d = 10> or C<$^d = "st">. =back