xiaoyu28 发表于 2018-8-20 10:22:40

perl 中用shell.pm调用shell命令

  perl 中用shell.pm调用shell命令
  code:
  


[*]#!/usr/bin/perl -w
[*]
[*]use strict;
[*]use Shell qw/webbench/;
[*]
[*]my @array = ();
[*]
[*]open FILE,'
页: [1]
查看完整版本: perl 中用shell.pm调用shell命令