perl : Passing hash , array through socket program betwen client and server
- by pavun_cool
Hi All .
In sockets I have written the client server program . First I tried to send the normal string
among them it sends fine . After that I am trying to send the hash and array values from client to server and server to client . When I printing the values using Dumper . It is giving me only reference . What Should I do for getting accessing…