I'm trying to write a perl script that creates a user name and password for new users on a Solaris 8 box. I'm wondering if there's an easy way to send a pregenerated password to the passwd command in a perl script.
Something like: system("passwd",$uname,"< $generatedpassword"); Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]