Hi monks,
I just wrote a socket program to(simple client and server) solve a particular purpose, when I faced a problem in it, I used perl debugger to know the values of the variables during execution. I used 'y' to print to the values, but in the case of printing bit vector, the value it prints is a not a readable one.
I also used Dumper, but no effect, Is any other way exist to dump the value of a bit vector(without writing a custom sub routine).