Can anyone advice me of a good general perl mail list,

and just in case one of you know the answer anyway

I have written a socket server and wish to redirect STDOUT to the client 

i.e


tried       open STDOUT,">&$new_sock"; #doesn't work
tried       select($new_sock);         #allowed but STDOUT from system does
not go to client

       system("$stmt");     # want the stdout of this to be sent to the
client 
       print $new_sock "END\n";


any ideas??


Thanks
John



********************************************************************
This e-mail is intended only for the addressee named above.
As this e-mail may contain confidential or privileged information,
if you are not the named addressee, you are not authorised to
retain, read, copy or disseminate this message or any part of it.
********************************************************************

Reply via email to