in reply to Re^2: Send/receive array through IO::Socket?
in thread Send/receive array through IO::Socket?

YAML is Pure Perl, so you don't need any special permissions or tools to install it. But if you still want an alternative, I once wrote a simple but efficient serializer/deserializer. You'll need to add something to know when you've reached the end of the structure.
  • Comment on Re^3: Send/receive array through IO::Socket?

Replies are listed 'Best First'.
Re^4: Send/receive array through IO::Socket?
by wolfger (Deacon) on Dec 01, 2005 at 20:45 UTC