Hello All.
Is there any way to send a data structure(array or hash) via a socket? I know how to send something line by line but how do you send a "whole structure"? Or is "receiver have to read each line as it is sent and and interpret it" the only way. I dont want to send any files.
Thanks
Sawan