Re: perl interactive system commands

2004-09-04 Thread Rob Hill
Check perldoc for getpwent/setpwent. That's how I do it. "drieux" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > On Monday, Dec 4, 1995, at 15:32 US/Pacific, rhlinux wrote: > [..] >> >> quote: >> --- >> --

Re: perl interactive system commands

2003-11-27 Thread drieux
On Monday, Dec 4, 1995, at 15:32 US/Pacific, rhlinux wrote: [..] quote: --- --- system(passwd username ) --- --- but this takes the password from th

Re: perl interactive system commands

2003-11-27 Thread Andrew Gaffney
rhlinux wrote: elslam 3alikom, i wanna run an interactive system command through my program for example i wanna add a user with its password that is given in the program not by the user, do any one here have any idea how can i do so in perl i tried quote: -

perl interactive system commands

2003-11-27 Thread rhlinux
elslam 3alikom, i wanna run an interactive system command through my program for example i wanna add a user with its password that is given in the program not by the user, do any one here have any idea how can i do so in perl i tried quote: --