in reply to
using unpack
While
greenfox
has a good
solution
, if you
really
must have your strings 10 characters long, then you'd better use 'a' instead of 'A', as the latter will drop trailing spaces or nulls when unpacking.
--
I'd like to be able to assign to an luser
Comment on
Re: using unpack
In Section
Seekers of Perl Wisdom