in reply to Dumping bit vector in perl

Not that I know. The reason is, Perl doesn't know about bit vectors. Perl knows about strings, numbers and references. What we call a "bit vector" is really a string (or a number) that is used in a certain way.