How can I transfer a hash using client and server in Perl?
Posted
by abubacker
on Stack Overflow
See other posts from Stack Overflow
or by abubacker
Published on 2010-03-16T07:20:20Z
Indexed on
2010/03/16
10:06 UTC
Read the original article
Hit count: 256
I just want to transfer (send or receive) a hash from client to server.
Can you tell me which is a preferable way in Perl or can you suggest any CPAN modules?
© Stack Overflow or respective owner