P
poohc1234
Hi Perl Experts,
I am trying to send a data structure over the IO::Socket, but I think I
may have simplied things and I don't know how to work it out.
server.pl side I print the struct data:
print $sock "$SocketData\n";
hoping that the client would pick up.
Well, I don't know how to handle the incoming ARRAY(0x224fb4) so I can
retrieve the data fields of the struct.
Please advise.
Thanks,
Jiac
I am trying to send a data structure over the IO::Socket, but I think I
may have simplied things and I don't know how to work it out.
server.pl side I print the struct data:
print $sock "$SocketData\n";
hoping that the client would pick up.
Well, I don't know how to handle the incoming ARRAY(0x224fb4) so I can
retrieve the data fields of the struct.
Please advise.
Thanks,
Jiac