Perl执行shell命令的几种方式及其区别

There are many ways to execute external commands from Perl. The most commons are:shell system function exec function backticks (``) operator open function All of these methods have different behaviour
相关文章
相关标签/搜索