fastkeys has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl use Expect; $smbpasswd = Expect->spawn("/usr/local/samba/bin/smbpasswd -r +mcmail -U $username") || die "Could not spawn smbpasswd"; print $smbpasswd "xela\n"; print $smbpasswd "alex\n"; print $smbpasswd "alex\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Expect can't resolve symbol
by mandog (Curate) on Aug 28, 2001 at 19:49 UTC | |
by fastkeys (Novice) on Aug 28, 2001 at 20:04 UTC | |
by tye (Sage) on Aug 28, 2001 at 22:08 UTC |