12 # $Data::Dumper::Sortkeys = $_sortkeys;
13 $Data::Dumper
::Indent
= $f & 0x01;
14 $Data::Dumper
::Quotekeys
= $f & 0x02;
15 # $Data::Dumper::Deparse = $f & 0x04;
16 $Data::Dumper
::Terse
= $f & 0x08;
17 # $Data::Dumper::Useqq = $f & 0x10;
19 printf "0x%02x\n", $f;
20 my $s = Data
::Dumper
::Dumper
@_;
27 IO
=> *{$::{STDERR
}}{IO
},
28 FMT
=> *{$::{STDOUT
}}{FORMAT
},
31 DDumper
$_, \
%hash for 0 .. 0x1f;