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 a string and send the string, then parse the string back into a hash on the other end.
If you are willing to use the Net::EasyTCP module, it uses hashes to communicate. I find it one of it's best features.
I'll take a look thanks for the info! :)
Lee.M - JupiterHost.Net
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>