in reply to Re: Re: use bytes and length problem
in thread use bytes and length problem

I played around with unpack, and it appears as if the following line from the pack() perldoc (5.6 and 5.8)page is true:

The length-item is not returned explicitly from unpack.

Any other ideas? I know I can write this out to a file, but it seems crazy to me to have to do that just to get a proper byte count.

Jeff

  • Comment on Re: Re: Re: use bytes and length problem