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
相關文章
相關標籤/搜索