Hi,
I want to know how can i do the following
in my perl program i am calling "open3 (a,b,c,$cmd)"
$cmd is some other unix command that asks for user input via STDIN. (real example: unix ci command -- check-in file to RCS and it needs some message).
I am really confused how to attach STDIN between the parent and child using open3
thanks
ankur