Perl 编程实例

2019独角兽企业重金招聘Python工程师标准>>> shell Perl调用Shell模块 #!/usr/bin/perl -w use strict; use Shell; my $sh = Shell->new; print $sh->ifconfig; my @pslines = ps("-ef|grep httpd|grep -v grep"); print @pslines; p
相关文章
相关标签/搜索