X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=perl%2FDXDebug.pm;h=790b398d1666d73c431f58d9560ae8ba50c1caee;hb=0e49d2c191786b825674e0cca106eef004c99899;hp=7640a2a1cd5d594607d77932a370379d23902128;hpb=d339a58bd419901bf4294aaa138c000a8c2ae139;p=spider.git diff --git a/perl/DXDebug.pm b/perl/DXDebug.pm index 7640a2a1..790b398d 100644 --- a/perl/DXDebug.pm +++ b/perl/DXDebug.pm @@ -57,7 +57,7 @@ sub dbgstore chomp $r; my @l = split /\n/, $r; for (@l) { - s/([\x00\x08\x0B-\x1f\x7f-\xff])/uc sprintf("%%%02x",ord($1))/eg; + s/([\x00-\x08\x0B-\x1f\x7f-\xff])/uc sprintf("%%%02x",ord($1))/eg; print "$_\n" if defined \*STDOUT; $fp->writeunix($t, "$t^$_"); }