in reply to
pack() format error.
You are trying to pack characters > 255. Try using 'U*' rather than 'C*'
Dave.
Comment on
Re: pack() format error.
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!
[reply]
In Section
Seekers of Perl Wisdom