in reply to perl script to execute a single command for multiple entries
I need to delete multiple clients using command: p4 client -d <client-name>
Please see my node Calling External Commands More Safely for example code on how to do this. In this case, I might suggest IPC::Run3.
|
---|