ClientServer code should be tidied
Brought to you by:
sxw
The client server module is based around another piece
of source (from the Perl Cookbook, as it happens). This
piece of code makes assumptions about request formats that
we break (because we have to exchange Storable objects).
This in turn means that we've currently got a horrible hack
in handle() to accomodate these 'odd' objects. This may
be a cause of future problems, and should get fixed at
some point.
Fault here as a marker so this doesn't get lost.