People,
I want to call functions like passwd and smbpasswd from within a perl script. I have tried using system(), fork() and exec(), as well as puting the line in ``. In all cases, there seems to be a background process running, but I do not see the prompts. The problem is not that the process isn't running but that I cannot see the function's prompts for the new passwords. Thoughts?
p