in reply to Configuration variables using run-time in put without -w complaints?
Anyway, I truncated a bit of the data, but I think you get the idea. You want to read in whatever your interested in. In order to run a program (i.e., adduser), use backticks or system().print "Enter something:"; chomp($answer = <STDIN>); $transfer_log = "$log_dir/$answer"; $adduser = `/usr/sbin/adduser -g $group -G $user ...`;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: Configuration variables using run-time in put without -w complaints?
by TQuid (Sexton) on Jun 27, 2000 at 00:01 UTC | |
by Shendal (Hermit) on Jun 27, 2000 at 00:11 UTC |