> I have an external program that I access with the back
> tick operator (`program.exe`) -it works fine, but I do
> not know how to send it certain parameters through
> stdin after it executes. For example what I really
> want to do is to execute the program, and then send it
> some data through stdin.

perldoc -f open talks about using the pipe symbol on a file handler to write
input to a program.

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to