8
0
OBS User unknown
2007-01-15 23:30:07 +00:00
committed by Git OBS Bridge
commit 7ee24d0d0f
8 changed files with 365 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
--- t/00prim.t
+++ t/00prim.t
@@ -177,7 +177,8 @@
[pack("B*",'011011111101110111'), 7, pack("B*", '01101110')]
);
-while(($result,$val) = each %BSTR) {
+foreach $result (sort(keys %BSTR)) {
+ $val = $BSTR{$result};
print "# BIT STRING ", unpack("B*", ref($val) ? $val->[0] : $val),
" ",(ref($val) ? $val->[1] : $val),"\n";