noviceuser has asked for the wisdom of the Perl Monks concerning the following question:
I need to delete multiple clients using command: p4 client -d <client-name>, so i want to write a perl script where i can read a file containing list of all the client names, and delete the same using the script.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl script to execute a single command for multiple entries
by GrandFather (Saint) on Nov 24, 2020 at 06:01 UTC | |
|
Re: perl script to execute a single command for multiple entries
by haukex (Archbishop) on Nov 24, 2020 at 18:41 UTC | |
|
Re: perl script to execute a single command for multiple entries
by stevieb (Canon) on Nov 24, 2020 at 22:32 UTC | |
|
Re: perl script to execute a single command for multiple entries
by perlfan (Parson) on Nov 30, 2020 at 19:14 UTC |