Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

(MeowChow) Re: Efficient coupling/decoupling of serialized data

by MeowChow (Vicar)
on Jun 24, 2002 at 09:20 UTC ( [id://176722]=note: print w/replies, xml ) Need Help??


in reply to Efficient coupling/decoupling of serialized data

doing weird karussels with pack (maybe);

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

    Yes, I thought unpack but wrote pack, I am sorry.

    Thanks for your meditation, anyway. I look forward to hear from other people, too!

    Thanks again!
    --bronto

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://176722]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-04-24 00:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found