I am currently trying to store a Socket as tied data using "IPC::Shareable" for a school project using multithreaded server.
The Shareable module doesn't allow GLOB data to be stored (mind you, it allows virtually every other data type). I remember a few years back using a command to store a socket (or any GLOB data) to and from a string. I used this to save the socket to a file for later use.
I'm having trouble finding this command, or even one similar to it. If you know what this command is, or know another way of storing a glob as text, I'd be very happy!
Thankyou,
Robert Taylor
The Shareable module doesn't allow GLOB data to be stored (mind you, it allows virtually every other data type). I remember a few years back using a command to store a socket (or any GLOB data) to and from a string. I used this to save the socket to a file for later use.
I'm having trouble finding this command, or even one similar to it. If you know what this command is, or know another way of storing a glob as text, I'd be very happy!
Thankyou,
Robert Taylor