Hi all!

I'm having a slight problem using the system() function in ActivePerl (I'm using 
ActivePerl 5.8)

Example:
system("app.exe","parameter1","parameter2");

This works fine executing app.exe with parameter1 & parameter2. The problem I have is 
that app.exe requires additional user input in form of a password to run the requested 
action. I would like my perl script to supply this password as well as the parameters, 
not prompting the user for the password. 

Is this possible? How do I go about doing this?

Thanks in advance for any help!

Regards,
Magnus

_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to