Wiggins d Anconia wrote:
On Wed, 05 May 2004 11:38:33 -0500, [EMAIL PROTECTED]
(Jupiterhost.Net) wrote:
Hello list,
To day I am trying to figure out the best way to send a hash to a socket
and have the receiver be able to use it as a hash.
The best way I've done so far is to Data::Dumper the
zentara wrote:
On Wed, 05 May 2004 11:38:33 -0500, [EMAIL PROTECTED]
(Jupiterhost.Net) wrote:
Hello list,
To day I am trying to figure out the best way to send a hash to a socket
and have the receiver be able to use it as a hash.
The best way I've done so far is to Data::Dumper the hash into
> On Wed, 05 May 2004 11:38:33 -0500, [EMAIL PROTECTED]
> (Jupiterhost.Net) wrote:
>
> >Hello list,
> >
> >To day I am trying to figure out the best way to send a hash to a socket
> >and have the receiver be able to use it as a hash.
> >
> >The best way I've done so far is to Data::Dumper the has
Hello list,
To day I am trying to figure out the best way to send a hash to a socket
and have the receiver be able to use it as a hash.
The best way I've done so far is to Data::Dumper the hash into a string
and send the string, then parse the string back into a hash on the other
end.
So clien