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. ********************************************************************
Probably for a general perl discussion
MOORHOUSE, John NW Group Risk Fri, 26 May 2000 09:25:12 -0700
- Re: Probably for a general perl discussion MOORHOUSE, John NW Group Risk
- Re: Probably for a general perl discuss... Randal L. Schwartz