我想command用perl 运行一些命令(例如)system().假设command从shell运行如下:
command
system()
command --arg1=arg1 --arg2=arg2 -arg3 -arg4
如何使用这些参数system()运行command?
perl system execution
execution ×1
perl ×1
system ×1