in reply to Help displaying binary data bit-by-bit in binary notation

See vec, if you're asking what I think you are. pack, unpack, and sprintf are also useful for dealing with bit vectors and "binary" strings.

If you're talking about numeric data, the bitwise operators from perlop will do the job.

After Compline,
Zaxo

  • Comment on Re: Help displaying binary data bit-by-bit in binary notation