How do I have perl fill in values for me, ie for passwd. I tried things like system("passwd \nchangeme\nnewpass\nnewpass") and it waits until passwd is complete before using anything after the \n's ... (btw, passwd is just being used as an example because it asks for three values)