in reply to pack() format error.

You are trying to pack characters > 255. Try using 'U*' rather than 'C*'

Dave.

Replies are listed 'Best First'.
Re^2: pack() format error.
by Anonymous Monk on Jan 17, 2006 at 20:41 UTC
    That was it. Thanks Dave!