Hello. I'm very new to perl. I've been using Flash and XML and been trying to code a socket server to make a little chat room from flash and XML. The problem is that xml tags are accepted in the perl script that I got, but I don't know what to do to output the XML tags back to the client (which is Flash on an XML socket connection) What functions do I use? I've loaded the IO::Socket and IO::Select modules and have set the parameters to tcp, port 1234, listen etc. The two perl books I have don't tell you how to out put data. If anyone can tell me, they would be of great help.
Thanks