in reply to Efficient coupling/decoupling of serialized data
You want unpack, which was made for exactly this sort of thing (in addition to scaring off newbie programmers):
my ($year, $mon, $day, $ver) = unpack 'A4A2A2A2', $serialdate;
MeowChow s aamecha.s a..a\u$&owag.print
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: (MeowChow) Re: Efficient coupling/decoupling of serialized data
by bronto (Priest) on Jun 24, 2002 at 10:31 UTC |