10 bar
=> [ 1, "mars", \
@ARGV ],
13 print DPeek
for DDual
($!, 1);
15 print "DDumper (\\%hash)\n";
18 print "\$str = DDump (%hash)\n";
19 my $str = DDump \
%hash;
21 print "\%hsh = DDump (%hash)\n";
22 my %hsh = DDump \
%hash;
25 print "DDump \\%hash\n";
28 print "\$str = DDump (%hash, 5)\n";
29 my $str = DDump
(\
%hash, 1);
31 print "\%hsh = DDump (%hash, 5)\n";
32 my %hsh = DDump
(\
%hash, 1);
35 print "DDump \\%hash, 5\n";